mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
21 lines
547 B
XML
21 lines
547 B
XML
<?xml version="1.0"?>
|
|
|
|
<bindings id="globalBindings"
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
|
<binding id="status-bar" extends="xul:box">
|
|
<content>
|
|
<xul:box>
|
|
<xul:image class="statusbar-left"/>
|
|
<xul:box autostretch="never" flex="1">
|
|
<children/>
|
|
</xul:box>
|
|
<xul:image class="statusbar-right"/>
|
|
</xul:box>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings> |