X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Flistbox.css;fp=EarlyBlue%2Fglobal%2Flistbox.css;h=14b23564f4f2f3e951b0d5e24930278dca703279;hp=94b0ee44a861e2aa35b0cb40110b07cfecef8951;hb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;hpb=a36a33b7053ded0c3ecebd701574377e188b653b diff --git a/EarlyBlue/global/listbox.css b/EarlyBlue/global/listbox.css index 94b0ee44..14b23564 100644 --- a/EarlyBlue/global/listbox.css +++ b/EarlyBlue/global/listbox.css @@ -23,12 +23,12 @@ * Robert Kaiser */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== listbox.css ======================================================= == Styles used by XUL listbox-related elements. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: listbox ::::: */ listbox { @@ -79,7 +79,10 @@ listheader { listheader[sortable="true"]:hover:active { border: 1px outset #CCD0DD; - padding: 1px 4px 0 5px; + padding-top: 1px; + padding-bottom: 0px; + -moz-padding-start: 5px; + -moz-padding-end: 4px; } .listheader-icon { @@ -108,12 +111,15 @@ listheader[sortable="true"]:hover:active { .listcell-label { margin: 0px !important; - padding: 0px 0px 1px 4px; + padding-top: 0px; + padding-bottom: 1px; + -moz-padding-start: 4px; + -moz-padding-end: 0px; white-space: nowrap; } .listcell-icon { - margin-right: 2px; + -moz-margin-end: 2px; } .listcell-label[disabled="true"] {