r36267 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r36266
|
r36267
|
r36268
>
Date:
15:39, 13 June 2008
Author:
yaron
Status:
old
Tags:
Comment:
Fixed handling of width for mandatory textareas
Modified paths:
/trunk/extensions/SemanticForms/skins/SF_main.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/skins/SF_main.css
—
—
@@ -6,6 +6,9 @@
7
7
textarea.createboxInput {
8
8
width: auto;
9
9
}
10
+textarea.mandatoryField {
11
+ width: auto;
12
+}
10
13
11
14
/* Used in 'create template' page */
12
15
.fieldBox {
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r36267
[
removed:
ok
added:
old]