removing useless directories, moving contents.rdf and preview.png to top level directory
[themes.git] / EarlyBlue / communicator / sidebar / sidebarBindings.xml
1 <?xml version="1.0"?>
2
3 <bindings id="sidebarBindings"
4           xmlns="http://www.mozilla.org/xbl"
5           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
6   
7   <binding id="panelheader" extends="xul:button">
8     <content>
9       <xul:hbox class="panelheader-box-1" inherits="selected" flex="1">
10         <xul:hbox class="panelheader-box-2" align="center" flex="1">
11           <xul:image class="panelheader-grippy-icon" inherits="selected"/>
12           <xul:image class="panelheader-image" inherits="src"/>
13           <xul:vbox flex="1">
14             <xul:label class="panelheader-icon" inherits="value=label" crop="right"/>
15           </xul:vbox>
16           <xul:spacer flex="1"/>
17         </xul:hbox>
18         <xul:hbox class="panelheader-texture"/>
19       </xul:hbox>
20     </content>
21   </binding>
22 </bindings>