From 79ea0bb91bd05243efabbb6f91008b8313190e35 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 21 Apr 2010 13:50:30 +0000 Subject: [PATCH] Moved a style over to shared.css out of Monobook, making the edit summary box a consistent width accross skins. --- includes/DefaultSettings.php | 2 +- skins/common/shared.css | 4 ++++ skins/monobook/main.css | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 520dcd36a5..8429c8155e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1682,7 +1682,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '272'; +$wgStyleVersion = '273'; # Server-side caching: diff --git a/skins/common/shared.css b/skins/common/shared.css index 674d362616..f482781c9f 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -109,6 +109,10 @@ td.mw-submit { white-space: nowrap; } table.mw-htmlform-nolabel td.mw-label { width: 0 !important; } +input#wpSummary { + width: 80%; +} + /** * Image captions */ diff --git a/skins/monobook/main.css b/skins/monobook/main.css index fedfca8eb5..a1311a7ce3 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1164,10 +1164,6 @@ span.updatedmarker { text-indent: -2em; } -input#wpSummary { - width: 80%; -} - /* @bug 1714 */ input#wpSave, input#wpDiff { margin-right: 0.33em; -- 2.20.1