3c30e09e |
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"/> |
12 | <xul:hbox class="statusbar-center" autostretch="never" flex="1"> |
13 | <children/> |
14 | </xul:hbox> |
15 | <xul:box class="statusbar-right"/> |
16 | </content> |
17 | </binding> |
18 | |
19 | <binding id="toolbar" extends="chrome://global/content/bindings/toolbar.xml#toolbar"> |
20 | <content> |
21 | <xul:toolbargrippy inherits="tooltiptext=grippytooltiptext,tooltip=grippytooltip,last-toolbar,hidden=grippyhidden" |
22 | tbattr="toolbar-grippy" |
23 | class="toolbar-grippy"/> |
24 | <xul:hbox flex="1" class="toolbar-holder" align="center" |
25 | inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack"> |
26 | <children/> |
27 | </xul:hbox> |
28 | <xul:hbox class="toolbar-endcap"/> |
29 | </content> |
30 | </binding> |
31 | |
32 | <binding id="menubar" extends="chrome://global/content/bindings/toolbar.xml#menubar"> |
33 | <resources> |
34 | <stylesheet src="chrome://global/skin/toolbar.css"/> |
35 | </resources> |
36 | |
37 | <content> |
38 | <xul:toolbargrippy inherits="tooltiptext=grippytooltiptext,tooltip=grippytooltip,last-toolbar,hidden=grippyhidden" |
39 | tbattr="toolbar-grippy" class="toolbar-grippy"/> |
40 | <xul:hbox flex="1" class="toolbar-holder" inherits="collapsed,last-toolbar" align="center"> |
41 | <children/> |
42 | </xul:hbox> |
43 | <xul:hbox class="menubar-endcap"/> |
44 | </content> |
45 | </binding> |
46 | |
47 | </bindings> |
48 | |