r16926 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16925‎ | r16926 | r16927 >
Date:06:58, 11 October 2006
Author:nickj
Status:old
Tags:
Comment:
(bug 7139) Increasing the visual width of the edit summary field on larger screen sizes, for the default monobook skin. Using 80% via CSS, so should fall back to the current hard-coded 60 character width for older web clients that don't support CSS.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1350,6 +1350,10 @@
13511351 padding-right: 2em;
13521352 }
13531353
 1354+input#wpSummary {
 1355+ width: 80%;
 1356+}
 1357+
13541358 /* @bug 1714 */
13551359 input#wpSave, input#wpDiff {
13561360 margin-right: 0.33em;
Index: trunk/phase3/RELEASE-NOTES
@@ -28,8 +28,11 @@
2929
3030 * (bug 6835) Removing the includes/Parser.php::getTemplateArgs() function,
3131 because it seems to be unused.
 32+* (bug 7139) Increasing the visual width of the edit summary field on larger
 33+ screen sizes, for the default monobook skin.
3234
3335
 36+
3437 == Languages updated ==
3538
3639