зеркало из https://github.com/mozilla/gecko-dev.git
fix for bug 65076 [Modern] "Find in Bookmarks" ugliness needs to be fixed
by hwaara, r=timeless, a=ben
This commit is contained in:
Родитель
2eba8c75e9
Коммит
c36d56c953
|
@ -170,7 +170,7 @@
|
|||
<spring align="horizontal" flex="100%"/>
|
||||
</box>
|
||||
|
||||
<box align="horizontal">
|
||||
<box autostretch="never">
|
||||
<spring align="horizontal" flex="100%"/>
|
||||
<menulist id="match">
|
||||
<menupopup id="matchPopup">
|
||||
|
@ -191,7 +191,7 @@
|
|||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
<textfield id="findtext" style="width:10em;" oninput="doEnabling();"
|
||||
<textfield id="findtext" flex="1" oninput="doEnabling();"
|
||||
onkeypress="if (event.keyCode == 13) doFind();"/>
|
||||
<box autostretch="never">
|
||||
<button id="search" class="dialog toolbar-non-iconic" value="&search.button.label;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче