update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / LCARStrek / editor / EditorDialog.css
index ec99b9d2401d1069f08a0edf7401be3d55235afb..b39ee00e387faf1225a08185492fe1ae2b855de0 100644 (file)
@@ -127,7 +127,8 @@ groupbox {
   border: 2px outset #9C9CFF;
   width: 25px;
   height: 20px;
-  margin: 0px 3px 0px 0px;
+  margin: 0;
+  -moz-margin-end: 3px;
 }
 
 #ColorPickerSwatch[default="true"] {
@@ -139,14 +140,17 @@ groupbox {
   width: 17px;
   height: 13px; 
   border: 1px inset #9C9CFF;
-  margin: 1px 2px 2px 4px;
+  margin-top: 1px;
+  margin-bottom: 2px;
+  -moz-margin-start: 4px;
+  -moz-margin-end: 2px;
 }
 
 /* temporary -- we need a simple box-based list defined in XBL */
 tree.list {
   border: 1px inset #9C9CFF;
   /* same as in menulist.css */
-  margin: 1px 5px 2px 5px;
+  margin: 1px 5px 2px;
   /* use rows="#" in XUL to define height */
 }
 
@@ -292,7 +296,7 @@ label#alignLabel {
   height: 52px;
   max-height: 52px;
   min-height: 52px;
-  margin: 6px 5px 6px 5px;
+  margin: 6px 5px;
   overflow: -moz-hidden-unscrollable;
 }