r88458 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88457‎ | r88458 | r88459 >
Date:15:44, 20 May 2011
Author:yaron
Status:deferred
Tags:
Comment:
Added "width: 100%" for 'formtable' class, to enable 100% width for textareas
Modified paths:
  • /trunk/extensions/SemanticForms/skins/SemanticForms.css (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/skins/SemanticForms.css
@@ -27,6 +27,10 @@
2828 }
2929
3030 /* Used in form pages */
 31+table.formtable {
 32+ width: 100%;
 33+}
 34+
3135 table.formtable th {
3236 text-align: left;
3337 vertical-align: top;

Follow-up revisions

RevisionCommit summaryAuthorDate
r91690Undid r88458 - a width of 100% messes up the appearance of tablesyaron21:31, 7 July 2011