accomodate recent XUL 1.0 changes
[themes.git] / LCARStrek / global / skin / menubuttonBindings.xml
index 941e0ad751cd1f69fac7ac68c886eee43468aca6..f7d6bcba17740374bb0cefbb0bf5145c50840cf4 100755 (executable)
@@ -12,7 +12,7 @@
                   onmouseup="this.parentNode.removeAttribute('buttondown');"
                   onmouseover="this.parentNode.setAttribute('buttonover','true');"
                   onmouseout="this.parentNode.removeAttribute('buttonover');"/>
-      <xul:box class="classic-dropmarker-box" autostretch="never" valign="middle" inherits="disabled">
+      <xul:box class="classic-dropmarker-box" autostretch="never" align="center" inherits="disabled">
         <xul:image class="classic-dropmarker" inherits="disabled"/>
       </xul:box>
     </content>
@@ -28,7 +28,7 @@
   </binding>
 
   <binding id="buttontop" extends="chrome://global/content/xulBindings.xml#basetext">
-    <content excludes="observes,template" orient="vertical" autostretch="never" halign="middle">
+    <content excludes="observes,template" orient="vertical" autostretch="never" pack="center">
       <xul:image class="classic-simplebutton-icon" inherits="src"/>
       <xul:box orient="vertical" class="classic-simplebutton-textbox" autostretch="never" flex="1">
         <xul:text class="classic-simplebutton-text" inherits="value=label,accesskey,crop"/>
@@ -38,3 +38,4 @@
   
 </bindings>
 
+