Ensure that the power search form does not overlap the interwiki search box.
authorRotem Liss <rotem@users.mediawiki.org>
Thu, 4 Jun 2009 09:57:51 +0000 (09:57 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Thu, 4 Jun 2009 09:57:51 +0000 (09:57 +0000)
includes/DefaultSettings.php
skins/common/shared.css

index d0d719a..40d30e7 100644 (file)
@@ -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:
index 28a4f97..b8185f8 100644 (file)
@@ -237,6 +237,10 @@ table#mw-search-powertable {
        width:100%;
 }
 
+form#powersearch {
+       clear: both;
+}
+
 
 /*
  * UserRights stuff