X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fpref%2Fpref.css;h=8998d071b2c802161c9d5692d78e87c9a9578f6c;hp=bebe8abab20b165bf5bd1d228185f11cf6f48d52;hb=a62af8a99f2099bd7ff6c2623fdc419f9bd4c559;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/EarlyBlue/mozapps/pref/pref.css b/EarlyBlue/mozapps/pref/pref.css index bebe8aba..8998d071 100644 --- a/EarlyBlue/mozapps/pref/pref.css +++ b/EarlyBlue/mozapps/pref/pref.css @@ -39,7 +39,7 @@ */ .listBox { - margin: 2px 2px; + margin: 2px; border: 1px inset #CCD0DD; background-color: #FFFFFF; } @@ -74,16 +74,19 @@ #typeIcon, .extensionChildren::-moz-tree-image(fileExtension), .pluginTypesChildren::-moz-tree-image(fileExtension) { - margin: 0px 5px 0px 0px; + margin: 0; + -moz-margin-end: 5px; } .pluginTypesChildren::-moz-tree-image(pluginEnabled) { - margin: 0px 5px 0px 0px; + margin: 0; + -moz-margin-end: 5px; list-style-image: url("chrome://mozapps/skin/pref/dot.gif"); } .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) { - margin: 0px 5px 0px 0px; + margin: 0; + -moz-margin-end: 5px; list-style-image: url("chrome://mozapps/skin/pref/check.gif"); } @@ -98,4 +101,3 @@ #defaultAppName { -moz-margin-start: 6px !important; } -