r66614 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66613‎ | r66614 | r66615 >
Date:16:58, 18 May 2010
Author:catrope
Status:ok
Tags:
Comment:
Widen SimpleSearch search box in Vector from 9em to 14em
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -364,7 +364,7 @@
365365 padding: 0.25em;
366366 line-height: 1em;
367367 font-size: 0.8em;
368 - width: 9em;
 368+ width: 14em;
369369 background-color: transparent;
370370 }
371371 /* OVERRIDDEN BY COMPLIANT BROWSERS */
@@ -1128,4 +1128,4 @@
11291129 background-image:url(images/tab-break.png?1);
11301130 background-position:right bottom;
11311131 background-repeat:no-repeat;
1132 -}
\ No newline at end of file
 1132+}
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -364,7 +364,7 @@
365365 padding: 0.25em;
366366 line-height: 1em;
367367 font-size: 0.8em;
368 - width: 9em;
 368+ width: 14em;
369369 background-color: transparent;
370370 }
371371 /* OVERRIDDEN BY COMPLIANT BROWSERS */
@@ -1128,4 +1128,4 @@
11291129 background-image:url(images/tab-break.png?1);
11301130 background-position:left bottom;
11311131 background-repeat:no-repeat;
1132 -}
\ No newline at end of file
 1132+}
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1677,7 +1677,7 @@
16781678 * to ensure that client-side caches do not keep obsolete copies of global
16791679 * styles.
16801680 */
1681 -$wgStyleVersion = '280';
 1681+$wgStyleVersion = '281';
16821682
16831683
16841684 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r666181.16wmf4: MFT r66614catrope19:45, 18 May 2010

Status & tagging log