зеркало из https://github.com/mozilla/pjs.git
93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt
This commit is contained in:
Родитель
9942f2fd30
Коммит
46e9dfa13f
|
@ -7,32 +7,32 @@
|
|||
<binding id="button" extends="xul:button">
|
||||
<content>
|
||||
<xul:spring class="button-image-left" inherits="disabled"/>
|
||||
<xul:box flex="1" class="button-image-middle" inherits="disabled" orient="vertical" align="center">
|
||||
<xul:spring flex="1" class="button-top-spring"/>
|
||||
<xul:box flex="1">
|
||||
<xul:html class="button-text-box" flex="1">
|
||||
<children/>
|
||||
</xul:html>
|
||||
</xul:box>
|
||||
<xul:spring flex="1" class="button-bottom-spring"/>
|
||||
</xul:box>
|
||||
<xul:spring class="button-image-right" inherits="disabled"/>
|
||||
<xul:vbox flex="1" class="button-image-middle" inherits="disabled" align="center">
|
||||
<xul:spring flex="1" class="button-top-spring"/>
|
||||
<xul:box flex="1">
|
||||
<xul:html class="button-text-box" flex="1">
|
||||
<children/>
|
||||
</xul:html>
|
||||
</xul:box>
|
||||
<xul:spring flex="1" class="button-bottom-spring"/>
|
||||
</xul:vbox>
|
||||
<xul:spring class="button-image-right" inherits="disabled"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="inputButton" extends="xul:button">
|
||||
<content>
|
||||
<xul:spring class="button-image-left" inherits="disabled"/>
|
||||
<xul:box flex="1" class="button-image-middle" inherits="disabled" orient="vertical" align="center">
|
||||
<xul:spring flex="1" class="button-top-spring"/>
|
||||
<xul:box flex="1">
|
||||
<xul:box class="button-text-box" flex="1">
|
||||
<xul:text inherits="disabled,value,crop,accesskey"/>
|
||||
</xul:box>
|
||||
</xul:box>
|
||||
<xul:spring flex="1" class="button-bottom-spring"/>
|
||||
</xul:box>
|
||||
<xul:spring class="button-image-right" inherits="disabled"/>
|
||||
<xul:vbox flex="1" class="button-image-middle" inherits="disabled" align="center">
|
||||
<xul:spring flex="1" class="button-top-spring"/>
|
||||
<xul:box flex="1">
|
||||
<xul:box class="button-text-box" flex="1">
|
||||
<xul:text inherits="disabled,value,crop,accesskey"/>
|
||||
</xul:box>
|
||||
</xul:box>
|
||||
<xul:spring flex="1" class="button-bottom-spring"/>
|
||||
</xul:vbox>
|
||||
<xul:spring class="button-image-right" inherits="disabled"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
|
|
|
@ -57,9 +57,9 @@
|
|||
</xul:box>
|
||||
</xul:box>
|
||||
<xul:menupopup class="select-menulist-menupopup" style="-moz-binding: none;" menugenerated="true">
|
||||
<xul:box class="select-menulistpopup-internal-box" orient="vertical" flex="1" style="overflow: auto">
|
||||
<xul:vbox class="select-menulistpopup-internal-box" flex="1" style="overflow: auto">
|
||||
<children/>
|
||||
</xul:box>
|
||||
</xul:vbox>
|
||||
</xul:menupopup>
|
||||
</content>
|
||||
</binding>
|
||||
|
|
Загрузка…
Ссылка в новой задаче