http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65387

Revision: 65387
Author:   tparscal
Date:     2010-04-21 13:50:30 +0000 (Wed, 21 Apr 2010)

Log Message:
-----------
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
    trunk/phase3/skins/common/shared.css
    trunk/phase3/skins/monobook/main.css

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-04-21 13:49:50 UTC (rev 
65386)
+++ trunk/phase3/includes/DefaultSettings.php   2010-04-21 13:50:30 UTC (rev 
65387)
@@ -1682,7 +1682,7 @@
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '272';
+$wgStyleVersion = '273';
 
 
 # Server-side caching:

Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css        2010-04-21 13:49:50 UTC (rev 
65386)
+++ trunk/phase3/skins/common/shared.css        2010-04-21 13:50:30 UTC (rev 
65387)
@@ -109,6 +109,10 @@
 
 table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }
 
+input#wpSummary {
+       width: 80%;
+}
+
 /**
  * Image captions
  */

Modified: trunk/phase3/skins/monobook/main.css
===================================================================
--- trunk/phase3/skins/monobook/main.css        2010-04-21 13:49:50 UTC (rev 
65386)
+++ trunk/phase3/skins/monobook/main.css        2010-04-21 13:50:30 UTC (rev 
65387)
@@ -1164,10 +1164,6 @@
        text-indent: -2em;
 }
 
-input#wpSummary {
-       width: 80%;
-}
-
 /* @bug 1714 */
 input#wpSave, input#wpDiff {
        margin-right: 0.33em;



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to