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 @@
28
28
}
29
29
30
30
/* Used in form pages */
31
+table.formtable {
32
+ width: 100%;
33
+}
34
+
31
35
table.formtable th {
32
36
text-align: left;
33
37
vertical-align: top;
Follow-up revisions
Revision
Commit summary
Author
Date
r91690
Undid
r88458
- a width of 100% messes up the appearance of tables
yaron
21:31, 7 July 2011