update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / EarlyBlue / global / button.css
index 59c8b48eae13a4582e2295caf6daa555b9d16a1f..4fc32ef290a6fa001012e2b3713f51e32d7d4b48 100644 (file)
@@ -57,7 +57,7 @@ button {
 }
 
 .button-icon {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .button-text {
@@ -83,8 +83,8 @@ button[default="true"] > .button-box {
 }
 
 button[default="true"] > .button-box > .button-icon {
-  margin-right: 0px;
-  margin-left: 2px;
+  -moz-margin-end: 0px;
+  -moz-margin-start: 2px;
 }
 
 button[default="true"][disabled="true"] > .button-box {