X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fpref%2Fpref.css;h=99c516e060744096e1b2ff28e948e042cadf49d6;hp=e3f8fac5253719ecb8b1bfa83b90f1fd44e8d0aa;hb=f128e38f4b564fd22f46f810e104934d864d7caf;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/LCARStrek/mozapps/pref/pref.css b/LCARStrek/mozapps/pref/pref.css index e3f8fac5..99c516e0 100644 --- a/LCARStrek/mozapps/pref/pref.css +++ b/LCARStrek/mozapps/pref/pref.css @@ -39,8 +39,8 @@ */ .listBox { - -moz-border-radius: 3px; - margin: 2px 2px; + border-radius: 3px; + margin: 2px; border: 1px solid #9C9CFF; background-color: #000000; } @@ -75,16 +75,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"); }