X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=inline;f=EarlyBlue%2Fmozapps%2Fpref%2Fpref.css;h=bebe8abab20b165bf5bd1d228185f11cf6f48d52;hb=8caa872d050772c572257f23011c668f70dcaef7;hp=df29b8c45d526f8760599f7797ddab3e7688ba48;hpb=49037d9b102dd33667ce0a860f02d820e5a7aeaf;p=themes.git diff --git a/EarlyBlue/mozapps/pref/pref.css b/EarlyBlue/mozapps/pref/pref.css index df29b8c4..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 { @@ -88,7 +88,7 @@ } .biggerIndent { - margin-left: 28px; + -moz-margin-start: 28px; } #typeField { @@ -96,6 +96,6 @@ } #defaultAppName { - margin-left: 6px !important; + -moz-margin-start: 6px !important; }