update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / mozapps / pref / pref.css
index bebe8abab20b165bf5bd1d228185f11cf6f48d52..8998d071b2c802161c9d5692d78e87c9a9578f6c 100644 (file)
@@ -39,7 +39,7 @@
 */
 
 .listBox {
-  margin: 2px 2px;
+  margin: 2px;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
 }
 #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");
 }
 
 #defaultAppName {
   -moz-margin-start: 6px !important;
 }
-