removing old LCARStrek
[themes.git] / LCARStrek / global / skin / treeBindings.xml
1 <?xml version="1.0"?>
2
3 <bindings id="treeBindings"
4    xmlns="http://www.mozilla.org/xbl"
5    xmlns:html="http://www.w3.org/1999/xhtml"
6    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7
8   <binding id="treecell-header">
9     <content>
10       <xul:hbox class="treecell-header-box" flex="1" autostretch="never" align="center">
11         <xul:image class="tree-header-image" inherits="src"/>
12         <xul:text class="tree-header-text" inherits="crop,value" flex="1" crop="right"/>
13         <xul:image class="tree-header-sortdirection"/>
14       </xul:hbox>
15     </content>
16   </binding>
17
18   <binding id="treecell-header-image">
19     <content>
20       <xul:hbox class="treecell-header-image-box" flex="1" autostretch="never" align="center">
21         <xul:image class="tree-header-image" inherits="src"/>
22       </xul:hbox>
23     </content>
24   </binding>
25      
26 </bindings>