X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fpref%2Fpref.css;h=bebe8abab20b165bf5bd1d228185f11cf6f48d52;hb=8caa872d050772c572257f23011c668f70dcaef7;hp=cac386ffd716e9d655920972edd7107d91d41ec9;hpb=0697ec23b364dcfa9fff0667517fc729d1821b4d;p=themes.git diff --git a/EarlyBlue/mozapps/pref/pref.css b/EarlyBlue/mozapps/pref/pref.css index cac386ff..bebe8aba 100644 --- a/EarlyBlue/mozapps/pref/pref.css +++ b/EarlyBlue/mozapps/pref/pref.css @@ -45,12 +45,12 @@ } .indent { - margin-left: 23px; - margin-right: 23px; + -moz-margin-start: 23px; + -moz-margin-end: 23px; } .small-indent { - margin-left: 15px; + -moz-margin-start: 15px; } .uniWidthButton { @@ -64,14 +64,14 @@ } #fileExtension { - width: 5em; + width: 5em; } #fileExtension.pluginsList { - width: 5.5em; + width: 5.5em; } -#typeIcon, +#typeIcon, .extensionChildren::-moz-tree-image(fileExtension), .pluginTypesChildren::-moz-tree-image(fileExtension) { margin: 0px 5px 0px 0px; @@ -79,23 +79,23 @@ .pluginTypesChildren::-moz-tree-image(pluginEnabled) { margin: 0px 5px 0px 0px; - list-style-image: url(chrome://mozapps/skin/pref/dot.gif); + list-style-image: url("chrome://mozapps/skin/pref/dot.gif"); } .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) { margin: 0px 5px 0px 0px; - list-style-image: url(chrome://mozapps/skin/pref/check.gif); + list-style-image: url("chrome://mozapps/skin/pref/check.gif"); } .biggerIndent { - margin-left: 28px; + -moz-margin-start: 28px; } #typeField { - font-weight: bold; + font-weight: bold; } #defaultAppName { - margin-left: 6px !important; + -moz-margin-start: 6px !important; }