accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / global / skin / scrollbox.css
index e704af7e7bdd6518452b01faac887ac6bb09984b..223710aa94ab729fa59827d131c0cf3a3e2dcf9c 100644 (file)
@@ -14,8 +14,8 @@ autorepeatbutton {
     border                : 1px solid transparent;
     padding               : 1px;
     height                : 1em;  
-    text-align            : center;
-    vertical-align        : middle;
+    -moz-box-pack         : center;
+    -moz-box-align        : center;
 }
 
 autorepeatbutton:hover {
@@ -24,4 +24,3 @@ autorepeatbutton:hover {
     border                : 1px inset #CCD0DD;
     padding               : 2px 1px 1px 2px;
 }
-