X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fpref%2Fpref.css;fp=EarlyBlue%2Fmozapps%2Fpref%2Fpref.css;h=bebe8abab20b165bf5bd1d228185f11cf6f48d52;hp=df29b8c45d526f8760599f7797ddab3e7688ba48;hb=8caa872d050772c572257f23011c668f70dcaef7;hpb=a6100a5d5ff3f80b4433ba209c2b896c017f1b43 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; }