зеркало из https://github.com/mozilla/pjs.git
Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
r=hixie sr=hyatt
This commit is contained in:
Родитель
dae3201bc9
Коммит
aad9939857
|
@ -2,14 +2,15 @@
|
|||
|
||||
<bindings id="globalBindings"
|
||||
xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
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" inherits="value" flex="1">
|
||||
<xul:vbox class="box-texttab-text-container" xbl:inherits="value" flex="1">
|
||||
<xul:spacer flex="1"/>
|
||||
<xul:label class="box-texttab-text" inherits="value=label" crop="right"/>
|
||||
<xul:label class="box-texttab-text" xbl:inherits="value=label" crop="right"/>
|
||||
<xul:spacer flex="1"/>
|
||||
</xul:vbox>
|
||||
<xul:image class="box-texttab-right"/>
|
||||
|
@ -19,7 +20,7 @@
|
|||
|
||||
<binding id="sidebar-header-box" extends="xul:box">
|
||||
<content align="center">
|
||||
<xul:label class="sidebar-header-text" inherits="value=label,crop" crop="right" flex="1"/>
|
||||
<xul:label class="sidebar-header-text" xbl:inherits="value=label,crop" crop="right" flex="1"/>
|
||||
<xul:box>
|
||||
<children/>
|
||||
</xul:box>
|
||||
|
|
Загрузка…
Ссылка в новой задаче