From 68153699d746e0c3bc8bae721e1a5c535cca3fec Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Thu, 4 Jun 2009 09:57:51 +0000 Subject: [PATCH] Ensure that the power search form does not overlap the interwiki search box. --- includes/DefaultSettings.php | 2 +- skins/common/shared.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.20.1