update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / editor / editorFormatToolbar.css
index 4ab2ca9498c85927dd72d057370790bc18b9abf5..51c4de70bd8295ddd3ed69a1a8df6d79d380d5a2 100644 (file)
 }
 
 #TextColorButton {
-  margin: 2px 9px 9px 2px;
+  margin-top: 2px;
+  margin-bottom: 9px;
+  -moz-margin-start: 2px;
+  -moz-margin-end: 9px;
 }
 
 #BackgroundColorButton {
-  margin: 9px 2px 2px 9px;
+  margin-top: 9px;
+  margin-bottom: 2px;
+  -moz-margin-start: 9px;
+  -moz-margin-end: 2px;
 }
 
 #HighlightColorButton {