removing old LCARStrek
[themes.git] / LCARStrek / global / skin / globalBindings.xml
CommitLineData
3ef99d2d 1<?xml version="1.0"?>
2
3<bindings id="globalBindings"
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
9 <binding id="statusbar" extends="xul:statusbar">
10 <content>
11 <xul:box class="statusbar-left"/>
7ff5b526 12 <xul:hbox class="statusbar-center" autostretch="never" flex="1">
3ef99d2d 13 <children/>
7ff5b526 14 </xul:hbox>
3ef99d2d 15 <xul:box class="statusbar-right"/>
16 </content>
17 </binding>
18
19</bindings>
20
21
7ff5b526 22