X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fpref%2Fpref.css;h=e14d1f7732993ad37b3fb88e648e0afcb0378f8a;hp=d019720ea1aabbc0d873fb8a9dc51f695c56015b;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=781d1b79486cf2b5ee940009b7c15a546108c48f diff --git a/LCARStrek/mozapps/pref/pref.css b/LCARStrek/mozapps/pref/pref.css index d019720e..e14d1f77 100644 --- a/LCARStrek/mozapps/pref/pref.css +++ b/LCARStrek/mozapps/pref/pref.css @@ -16,12 +16,12 @@ } .indent { - -moz-margin-start: 23px; - -moz-margin-end: 23px; + margin-inline-start: 23px; + margin-inline-end: 23px; } .small-indent { - -moz-margin-start: 15px; + margin-inline-start: 15px; } .uniWidthButton { @@ -46,23 +46,23 @@ .extensionChildren::-moz-tree-image(fileExtension), .pluginTypesChildren::-moz-tree-image(fileExtension) { margin: 0; - -moz-margin-end: 5px; + margin-inline-end: 5px; } .pluginTypesChildren::-moz-tree-image(pluginEnabled) { margin: 0; - -moz-margin-end: 5px; + margin-inline-end: 5px; list-style-image: url("chrome://mozapps/skin/pref/dot.gif"); } .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) { margin: 0; - -moz-margin-end: 5px; + margin-inline-end: 5px; list-style-image: url("chrome://mozapps/skin/pref/check.gif"); } .biggerIndent { - -moz-margin-start: 28px; + margin-inline-start: 28px; } #typeField { @@ -70,5 +70,5 @@ } #defaultAppName { - -moz-margin-start: 6px !important; + margin-inline-start: 6px !important; }