r91690 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91689‎ | r91690 | r91691 >
Date:21:31, 7 July 2011
Author:yaron
Status:deferred
Tags:
Comment:
Undid r88458 - a width of 100% messes up the appearance of tables
Modified paths:
  • /trunk/extensions/SemanticForms/skins/SemanticForms.css (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/skins/SemanticForms.css
@@ -28,12 +28,13 @@
2929
3030 /* Used in form pages */
3131 table.formtable {
32 - width: 100%;
 32+ /* width: 100%; */
3333 }
3434
3535 table.formtable th {
3636 text-align: left;
3737 vertical-align: top;
 38+ /* max-width: 150px; */
3839 }
3940 /* another possible layout */
4041 table.formtable2 {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88458Added "width: 100%" for 'formtable' class, to enable 100% width for textareasyaron15:44, 20 May 2011