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 @@
29
29
30
30
/* Used in form pages */
31
31
table.formtable {
32
- width: 100%;
32
+ /* width: 100%; */
33
33
}
34
34
35
35
table.formtable th {
36
36
text-align: left;
37
37
vertical-align: top;
38
+ /* max-width: 150px; */
38
39
}
39
40
/* another possible layout */
40
41
table.formtable2 {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88458
Added "width: 100%" for 'formtable' class, to enable 100% width for textareas
yaron
15:44, 20 May 2011