| 1 | <?xml version="1.0"?> |
| 2 | |
| 3 | <bindings id="sidebarSplitterBindings.xml" |
| 4 | xmlns="http://www.mozilla.org/xbl" |
| 5 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
| 6 | |
| 7 | <binding id="sidebar-splitter" extends="xul:splitter"> |
| 8 | <content> |
| 9 | <xul:vbox class="sidebar-splitter-topright-cap"> |
| 10 | <xul:spacer flex="1"/> |
| 11 | </xul:vbox> |
| 12 | <xul:spacer flex="1"/> |
| 13 | <xul:hbox> |
| 14 | <children/> |
| 15 | </xul:hbox> |
| 16 | <xul:spacer flex="1"/> |
| 17 | <xul:vbox class="sidebar-splitter-bottomright-cap"> |
| 18 | <xul:spacer flex="100%"/> |
| 19 | </xul:vbox> |
| 20 | </content> |
| 21 | </binding> |
| 22 | |
| 23 | <binding id="panelheader" extends="xul:button"> |
| 24 | <content> |
| 25 | <xul:hbox class="panelheader-box-1" flex="1"> |
| 26 | <xul:image class="panelheader-image" inherits="src"/> |
| 27 | <xul:label class="panelheader-icon" inherits="value=label,crop"/> |
| 28 | </xul:hbox> |
| 29 | </content> |
| 30 | </binding> |
| 31 | |
| 32 | </bindings> |