update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / LCARStrek / mozapps / pref / pref.css
index e3f8fac5253719ecb8b1bfa83b90f1fd44e8d0aa..d5a1575400e596a0c2f4a3ab7fa3d88c09cb1dac 100644 (file)
@@ -40,7 +40,7 @@
 
 .listBox {
   -moz-border-radius: 3px;
-  margin: 2px 2px;
+  margin: 2px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
 }
 #typeIcon,
 .extensionChildren::-moz-tree-image(fileExtension),
 .pluginTypesChildren::-moz-tree-image(fileExtension) {
-  margin: 0px 5px 0px 0px;
+  margin: 0;
+  -moz-margin-end: 5px;
 }
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled) {
-  margin: 0px 5px 0px 0px;
+  margin: 0;
+  -moz-margin-end: 5px;
   list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
 }
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
-  margin: 0px 5px 0px 0px;
+  margin: 0;
+  -moz-margin-end: 5px;
   list-style-image: url("chrome://mozapps/skin/pref/check.gif");
 }