fix for bug 65076 [Modern] "Find in Bookmarks" ugliness needs to be fixed

by hwaara, r=timeless, a=ben
This commit is contained in:
timeless%mac.com 2001-01-21 01:26:58 +00:00
Родитель 2eba8c75e9
Коммит c36d56c953
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;"