X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FprefPanels.css;h=e07b2854b763d007b2c1d07dc1e33ea3163cdeca;hp=a3867006b7ce7394ddefe61c707982234e15090c;hb=5d14042cf3ba75d48b77c883c7bbd85b91022ae2;hpb=2bea26d6f2a08731161313c2e10570936ca73c96 diff --git a/EarlyBlue/messenger/prefPanels.css b/EarlyBlue/messenger/prefPanels.css index a3867006..e07b2854 100644 --- a/EarlyBlue/messenger/prefPanels.css +++ b/EarlyBlue/messenger/prefPanels.css @@ -46,17 +46,11 @@ /* ::::: 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; }