X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FprefPanels.css;h=0cbd403e32cf107c87d5029f85693d2d932c1182;hp=a3867006b7ce7394ddefe61c707982234e15090c;hb=4528165cadb8ed7b5b95abe94b43bd3af528920e;hpb=2bea26d6f2a08731161313c2e10570936ca73c96 diff --git a/EarlyBlue/messenger/prefPanels.css b/EarlyBlue/messenger/prefPanels.css index a3867006..0cbd403e 100644 --- a/EarlyBlue/messenger/prefPanels.css +++ b/EarlyBlue/messenger/prefPanels.css @@ -40,23 +40,16 @@ ======================================================================= */ @import url("chrome://messenger/skin/"); -@import url("chrome://communicator/skin/dialogOverlay.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Tags ::::: */ -@-moz-document url("chrome://messenger/content/pref-labels.xul") { - .listheader-label { - text-align: center; - } - - listcell { - padding-left: 16px; - padding-right: 16px; - } +#tagList > listhead { + text-align: center; +} - textbox { - -moz-box-flex: 1; - } +#tagList > listitem > listcell { + -moz-padding-start: 16px; + -moz-padding-end: 16px; }