keeping up with classic; make labels do better & clean up margins of some elements
[themes.git] / EarlyBlue / communicator / sidebar / sidebarBindings.xml
index dccc1188dbd6907844b1ac501ac094c182eefcd4..b0029552bef809f52d05495891eb9683b0078ff7 100644 (file)
@@ -3,20 +3,14 @@
 <bindings id="sidebarBindings"
           xmlns="http://www.mozilla.org/xbl"
           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-  
-  <binding id="panelheader" extends="xul:button">
+
+  <binding id="sbtab" extends="xul:button">
     <content>
-      <xul:hbox class="panelheader-box-1" inherits="selected" flex="1">
-        <xul:hbox class="panelheader-box-2" align="center" flex="1">
-          <xul:image class="panelheader-grippy-icon" inherits="selected"/>
-          <xul:image class="panelheader-image" inherits="src"/>
-          <xul:vbox flex="1">
-            <xul:label class="panelheader-icon" inherits="value=label" crop="right"/>
-          </xul:vbox>
-          <xul:spacer flex="1"/>
-        </xul:hbox>
-        <xul:hbox class="panelheader-texture"/>
-      </xul:hbox>
+      <xul:image class="sbtab-twisty" inherits="selected"/>
+      <xul:label class="sbtab-label" inherits="value=label" crop="right"/>
+      <xul:spacer flex="1"/>
+      <xul:image class="sbtab-texture"/>
     </content>
   </binding>
+
 </bindings>