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 @@
77 textarea.createboxInput {
88 width: auto;
99 }
 10+textarea.mandatoryField {
 11+ width: auto;
 12+}
1013
1114 /* Used in 'create template' page */
1215 .fieldBox {

Status & tagging log