accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / global / skin / button.css
index 62b31d019d296794d4aa546deda62b00cf1a73ad..037c93453a072a9af3d1e6f3a872c9eadb6df3a8 100755 (executable)
@@ -23,8 +23,8 @@
 /* internal frame */
   button > .button-internal-box 
     {
-      vertical-align      : middle;
-      text-align          : center;
+      -moz-box-align      : center;
+      -moz-box-pack       : center;
       border              : 1px outset #CCD0DD;
       padding             : 1px;
     }
@@ -46,8 +46,8 @@
 /* text wrapping frame (hack because <text> does not support alignment) */
   .button-text-container
     {
-      text-align          : center;
-      vertical-align      : middle;
+      -moz-box-align      : center;
+      -moz-box-pack       : center;
     }
 
 /* text frame */
 /* outer frame */  
   button[default] 
     {
-      /* XXX this is a HACK until 'orient' is supported in CSS! XXX */
-      /* strictly speaking not necessary because default for buttonright is 
-       * to lay image out horizontally, but leaving here as a reminder to
-       * implement this feature */
-      -moz-binding        : url(chrome://global/content/xulBindings.xml#buttonright);
       font-weight         : bold;
-           list-style-image    : url("chrome://global/skin/return.gif");
+      list-style-image    : url("chrome://global/skin/return.gif");
     }
   
   button[default][disabled="true"]
     
     
     
+
+