Bug 28489 - CSS neu strukturieren und unnötige Deklarationen entfernen
CSS neu strukturieren und unnötige Deklarationen entfernen
Status: RESOLVED WORKSFORME
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 3.0
Other Linux
: P5 normal (vote)
: UCS 3.x
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-13 11:40 CEST by Jascha Geerds
Modified: 2014-12-17 17:13 CET (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Cleanup
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jascha Geerds univentionstaff 2012-09-13 11:40:05 CEST
Es ist dringend notwendig, dass unser CSS aufgeräumt wird. Viele Deklarationen könnten zusammengefasst oder komplett entfernt werden, da sie nicht mehr benötigt werden.

Ungenutzte CSS Deklarationen lassen sich mit Browser Plugins wie z.B. "Dust-Me Selectors", "TopStyle" oder "Stylebot" auffinden.
Comment 1 Alexander Kläser univentionstaff 2012-09-18 11:08:25 CEST
Es gibt nun eine Regel für Univention-Menü:

.umc > div[dijitpopupparent=dijit_form_DropDownButton_0] {
        top: 38px !important;
 }

Es fehlt noch die Regel für das Benutzer-Menü:

.umc > div[dijitpopupparent=dijit_form_DropDownButton_0],
.umc > div[dijitpopupparent=dijit_form_DropDownButton_1] {
        top: 38px !important;
 }
Comment 2 Alexander Kläser univentionstaff 2012-09-18 11:08:37 CEST
(In reply to comment #1)
> Es gibt nun eine Regel für Univention-Menü:
> 
> .umc > div[dijitpopupparent=dijit_form_DropDownButton_0] {
>         top: 38px !important;
>  }
> 
> Es fehlt noch die Regel für das Benutzer-Menü:
> 
> .umc > div[dijitpopupparent=dijit_form_DropDownButton_0],
> .umc > div[dijitpopupparent=dijit_form_DropDownButton_1] {
>         top: 38px !important;
>  }

Falscher Bug :)
Comment 3 Alexander Kläser univentionstaff 2013-04-05 12:02:39 CEST
Im Zuge von Bug 26857 und Bug 25753 wurde die CSS-Einträge bereits etwas aufgeräumt.
Comment 4 Florian Best univentionstaff 2014-12-17 17:13:48 CET
In UCS 4.0 the CSS base of UMC was rebased to the dojo claro theme.