From: Rotem Liss Date: Thu, 4 Jun 2009 09:57:51 +0000 (+0000) Subject: Ensure that the power search form does not overlap the interwiki search box. X-Git-Tag: 1.31.0-rc.0~41503 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=68153699d746e0c3bc8bae721e1a5c535cca3fec;p=lhc%2Fweb%2Fwiklou.git Ensure that the power search form does not overlap the interwiki search box. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d0d719a3b9..40d30e7eaa 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1485,7 +1485,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '223'; +$wgStyleVersion = '224'; # Server-side caching: diff --git a/skins/common/shared.css b/skins/common/shared.css index 28a4f97b65..b8185f8d5a 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -237,6 +237,10 @@ table#mw-search-powertable { width:100%; } +form#powersearch { + clear: both; +} + /* * UserRights stuff