X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fpref%2Fpref.css;h=e3f8fac5253719ecb8b1bfa83b90f1fd44e8d0aa;hp=d53fc30c71330164d63c40cacffa34df39c50689;hb=8caa872d050772c572257f23011c668f70dcaef7;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/mozapps/pref/pref.css b/LCARStrek/mozapps/pref/pref.css index d53fc30c..e3f8fac5 100644 --- a/LCARStrek/mozapps/pref/pref.css +++ b/LCARStrek/mozapps/pref/pref.css @@ -46,12 +46,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 { @@ -89,7 +89,7 @@ } .biggerIndent { - margin-left: 28px; + -moz-margin-start: 28px; } #typeField { @@ -97,5 +97,5 @@ } #defaultAppName { - margin-left: 6px !important; + -moz-margin-start: 6px !important; }