update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / global / button.css
index 0bb53b25e0b83b9391fa7967e0b3916d972b8e3a..f88589202079f5c7c4996d19e793abd00fa88df5 100644 (file)
@@ -59,7 +59,7 @@ button {
 }
 
 .button-icon {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .button-text {
@@ -86,8 +86,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"]:hover > .button-box,