update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / mozapps / pref / pref.css
index f61f191c9bf36e65b83950e96f80bc8f4edb0f30..e3f8fac5253719ecb8b1bfa83b90f1fd44e8d0aa 100644 (file)
 }
 
 .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 {
 }
 
 #fileExtension {
-  width: 5em; 
+  width: 5em;
 }
 
 #fileExtension.pluginsList {
-  width: 5.5em; 
+  width: 5.5em;
 }
 
-#typeIcon, 
+#typeIcon,
 .extensionChildren::-moz-tree-image(fileExtension),
 .pluginTypesChildren::-moz-tree-image(fileExtension) {
   margin: 0px 5px 0px 0px;
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled) {
   margin: 0px 5px 0px 0px;
-  list-style-image: url(chrome://mozapps/skin/pref/dot.gif);  
+  list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
 }
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
   margin: 0px 5px 0px 0px;
-  list-style-image: url(chrome://mozapps/skin/pref/check.gif);  
+  list-style-image: url("chrome://mozapps/skin/pref/check.gif");
 }
 
 .biggerIndent {
-  margin-left: 28px; 
+  -moz-margin-start: 28px;
 }
 
 #typeField {
-  font-weight: bold; 
+  font-weight: bold;
 }
 
 #defaultAppName {
-  margin-left: 6px !important; 
+  -moz-margin-start: 6px !important;
 }
-