mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 558059 - Make the search field on about:config a little wider and put the flex attribute back. ui-r=faaborg, r=dao
--HG-- extra : rebase_source : 7f28a0478eccf7bbf0496981d240420e0882e63f
This commit is contained in:
parent
c34c8948f8
commit
ab8e976d1c
@ -100,7 +100,7 @@
|
||||
<vbox flex="1">
|
||||
<hbox id="filterRow" align="center">
|
||||
<label value="&filterPrefs.label;" accesskey="&filterPrefs.accesskey;" control="textbox"/>
|
||||
<textbox id="textbox" type="search" class="compact"
|
||||
<textbox id="textbox" flex="1" type="search" class="compact"
|
||||
aria-controls="configTree"
|
||||
oncommand="FilterPrefs();"/>
|
||||
</hbox>
|
||||
|
@ -86,5 +86,5 @@
|
||||
}
|
||||
|
||||
#textbox {
|
||||
width: 20em;
|
||||
max-width: 35em;
|
||||
}
|
||||
|
@ -78,7 +78,3 @@
|
||||
{
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#textbox {
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user