X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fpref%2Fpref.css;h=d5a1575400e596a0c2f4a3ab7fa3d88c09cb1dac;hp=d53fc30c71330164d63c40cacffa34df39c50689;hb=4c18c82c8aae51ecc4e5273ad55a70c869d59ff4;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/mozapps/pref/pref.css b/LCARStrek/mozapps/pref/pref.css index d53fc30c..d5a15754 100644 --- a/LCARStrek/mozapps/pref/pref.css +++ b/LCARStrek/mozapps/pref/pref.css @@ -40,18 +40,18 @@ .listBox { -moz-border-radius: 3px; - margin: 2px 2px; + margin: 2px; border: 1px solid #9C9CFF; background-color: #000000; } .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 { @@ -75,21 +75,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 { @@ -97,5 +100,5 @@ } #defaultAppName { - margin-left: 6px !important; + -moz-margin-start: 6px !important; }