mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
c554572808
r=hixie sr=hyatt
31 lines
948 B
XML
31 lines
948 B
XML
<?xml version="1.0"?>
|
|
|
|
<bindings id="globalBindings"
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
|
|
|
<binding id="texttab">
|
|
<content>
|
|
<xul:image class="box-texttab-left"/>
|
|
<xul:vbox class="box-texttab-text-container" xbl:inherits="value" flex="1">
|
|
<xul:spacer flex="1"/>
|
|
<xul:label class="box-texttab-text" xbl:inherits="value=label" crop="right"/>
|
|
<xul:spacer flex="1"/>
|
|
</xul:vbox>
|
|
<xul:image class="box-texttab-right"/>
|
|
<xul:spacer class="box-texttab-right-space"/>
|
|
</content>
|
|
</binding>
|
|
|
|
<binding id="sidebar-header-box" extends="xul:box">
|
|
<content align="center">
|
|
<xul:label class="sidebar-header-text" xbl:inherits="value=label,crop" crop="right" flex="1"/>
|
|
<xul:box>
|
|
<children/>
|
|
</xul:box>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|