(bug 7139) Increasing the visual width of the edit summary field on larger screen...
authorNick Jenkins <nickj@users.mediawiki.org>
Wed, 11 Oct 2006 06:58:36 +0000 (06:58 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Wed, 11 Oct 2006 06:58:36 +0000 (06:58 +0000)
RELEASE-NOTES
skins/monobook/main.css

index 5398b69..a0e109b 100644 (file)
@@ -28,6 +28,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 
 * (bug 6835) Removing the includes/Parser.php::getTemplateArgs() function, 
   because it seems to be unused.
+* (bug 7139) Increasing the visual width of the edit summary field on larger
+  screen sizes, for the default monobook skin.
+
 
 
 == Languages updated ==
index 95b4c73..354ef08 100644 (file)
@@ -1350,6 +1350,10 @@ ul#filetoc {
        padding-right: 2em;
 }
 
+input#wpSummary {
+       width: 80%;
+}
+
 /* @bug 1714 */
 input#wpSave, input#wpDiff {
        margin-right: 0.33em;