r65387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65386‎ | r65387 | r65388 >
Date:13:50, 21 April 2010
Author:tparscal
Status:ok
Tags:
Comment:
Moved a style over to shared.css out of Monobook, making the edit summary box a consistent width accross skins.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1164,10 +1164,6 @@
11651165 text-indent: -2em;
11661166 }
11671167
1168 -input#wpSummary {
1169 - width: 80%;
1170 -}
1171 -
11721168 /* @bug 1714 */
11731169 input#wpSave, input#wpDiff {
11741170 margin-right: 0.33em;
Index: trunk/phase3/skins/common/shared.css
@@ -109,6 +109,10 @@
110110
111111 table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }
112112
 113+input#wpSummary {
 114+ width: 80%;
 115+}
 116+
113117 /**
114118 * Image captions
115119 */
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1682,7 +1682,7 @@
16831683 * to ensure that client-side caches do not keep obsolete copies of global
16841684 * styles.
16851685 */
1686 -$wgStyleVersion = '272';
 1686+$wgStyleVersion = '273';
16871687
16881688
16891689 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r65959Merge Vector and UsabilityInitiative fixes from trunk: r64724, r65064, r65379...catrope19:03, 5 May 2010

Status & tagging log