X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fpref%2Fpref.css;h=8998d071b2c802161c9d5692d78e87c9a9578f6c;hp=df29b8c45d526f8760599f7797ddab3e7688ba48;hb=8a933f1e2b148a1d5f6aa95950206026caa5513d;hpb=49037d9b102dd33667ce0a860f02d820e5a7aeaf diff --git a/EarlyBlue/mozapps/pref/pref.css b/EarlyBlue/mozapps/pref/pref.css index df29b8c4..8998d071 100644 --- a/EarlyBlue/mozapps/pref/pref.css +++ b/EarlyBlue/mozapps/pref/pref.css @@ -39,18 +39,18 @@ */ .listBox { - margin: 2px 2px; + margin: 2px; border: 1px inset #CCD0DD; background-color: #FFFFFF; } .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 { @@ -74,21 +74,24 @@ #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"); } .biggerIndent { - margin-left: 28px; + -moz-margin-start: 28px; } #typeField { @@ -96,6 +99,5 @@ } #defaultAppName { - margin-left: 6px !important; + -moz-margin-start: 6px !important; } -