Widen SimpleSearch search box in Vector from 9em to 14em
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 18 May 2010 16:58:47 +0000 (16:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 18 May 2010 16:58:47 +0000 (16:58 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index f17ec90..ca092e3 100644 (file)
@@ -1677,7 +1677,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '280';
+$wgStyleVersion = '281';
 
 
 # Server-side caching:
index d8bbaf8..2fe0d7a 100644 (file)
@@ -364,7 +364,7 @@ body {
                padding: 0.25em;
                line-height: 1em;
                font-size: 0.8em;
-               width: 9em;
+               width: 14em;
                background-color: transparent;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
@@ -1128,4 +1128,4 @@ div.vectorTabs ul {
        background-image:url(images/tab-break.png?1);
        background-position:right bottom;
        background-repeat:no-repeat;
-}
\ No newline at end of file
+}
index f62a421..f781435 100644 (file)
@@ -364,7 +364,7 @@ body {
                padding: 0.25em;
                line-height: 1em;
                font-size: 0.8em;
-               width: 9em;
+               width: 14em;
                background-color: transparent;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
@@ -1128,4 +1128,4 @@ div.vectorTabs ul {
        background-image:url(images/tab-break.png?1);
        background-position:left bottom;
        background-repeat:no-repeat;
-}
\ No newline at end of file
+}