зеркало из https://github.com/mozilla/pjs.git
make <checkbox> handle wrapping text correctly (i18n)
This commit is contained in:
Родитель
cd192a75a1
Коммит
6f4a9c1989
|
@ -43,7 +43,7 @@
|
|||
|
||||
<!-- checkbox -->
|
||||
<box id="checkboxContainer" hidden="true" autostretch="never">
|
||||
<checkbox id="checkbox" oncommand="onCheckboxClick(this)"/>
|
||||
<checkbox id="checkbox" oncommand="onCheckboxClick(this)" style="max-width: 40em;"/>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
|
||||
<binding id="checkbox" extends="chrome://global/content/xulBindings.xml#basetext">
|
||||
<content>
|
||||
<xul:box flex="1" class="internal-box" autostretch="never">
|
||||
<xul:box flex="1" class="internal-box" autostretch="never" valign="top">
|
||||
<xul:box class="checkmark-box" autostretch="never">
|
||||
<xul:image class="checkbox-check"/>
|
||||
</xul:box>
|
||||
|
|
Загрузка…
Ссылка в новой задаче