From: Florian Date: Fri, 10 Jun 2016 14:29:15 +0000 (+0200) Subject: Explicitly specify the width of the search input on Special:Search X-Git-Tag: 1.31.0-rc.0~6619^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=fc759744c9003858cdec724fd3e6fba57288672b;p=lhc%2Fweb%2Fwiklou.git Explicitly specify the width of the search input on Special:Search This ensures that, even with float:left on the element, Firefox tries to render the input field with as much space as possible (up to 50em). Bug: T137535 Change-Id: I10fed035328d82f680d268f3bb116ca07d1ee576 --- diff --git a/resources/src/mediawiki.special/mediawiki.special.search.styles.css b/resources/src/mediawiki.special/mediawiki.special.search.styles.css index da356b1ff9..ae3c01b877 100644 --- a/resources/src/mediawiki.special/mediawiki.special.search.styles.css +++ b/resources/src/mediawiki.special/mediawiki.special.search.styles.css @@ -89,6 +89,7 @@ div.searchresult { } #mw-search-top-table div.oo-ui-actionFieldLayout { float: left; + width: 100%; } fieldset#mw-searchoptions { margin: 0;