accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / global / skin / menu.css
index 8ac95cb56d9650a39f06fd2c4948903fc5b772a7..c6dff932ffeae276422e022624e11f1a50439dc6 100755 (executable)
@@ -1,7 +1,7 @@
 menu, menuitem  
   {
     color                 : #000000;
-    vertical-align        : middle;
+    -moz-box-align        : center;
   }
 
 menuitem[default="true"]
@@ -64,7 +64,7 @@ popup > menuitem[menuactive="true"]
   {
     margin                : 0px 0px 0px 6px;
     width                 : 8px;
-    text-align            : center;
+    -moz-box-pack         : center;
     list-style-image      : url("chrome://global/skin/menu-arrow.gif");
   }
 
@@ -73,7 +73,7 @@ popup > menuitem[menuactive="true"]
     color                 : inherit;
     margin                : 0px 4px 0px 3px;
     width                 : 16px;
-    text-align            : center;
+    -moz-box-pack         : center;
     list-style-image      : inherit;
   }
 
@@ -202,6 +202,3 @@ menuitem[checked="true"][type="radio"][menuactive="true"]
       width               : 0px;
       border              : none;
     }
-
-
-