X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fpref%2Fpref.css;h=85de56374c53e7da2d624c1518c61903eea0c367;hp=d019720ea1aabbc0d873fb8a9dc51f695c56015b;hb=a9f6369d5cebd3c329b993d57e73bcf30fffd2cd;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/mozapps/pref/pref.css b/LCARStrek/mozapps/pref/pref.css index d019720e..85de5637 100644 --- a/LCARStrek/mozapps/pref/pref.css +++ b/LCARStrek/mozapps/pref/pref.css @@ -1,5 +1,5 @@ /* -# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*- # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -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; }