From f2e101239b2fa8dc76bb24566e9ece7746ed174c Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 26 Sep 2006 19:23:28 +0000 Subject: [PATCH] 'added width and height to qfrow to make it render correcly in FF, changed qfelement to display:block' --- theme/standard/styles_form.css | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/theme/standard/styles_form.css b/theme/standard/styles_form.css index 3d97010d00f..b5326b38f4c 100644 --- a/theme/standard/styles_form.css +++ b/theme/standard/styles_form.css @@ -24,6 +24,11 @@ form.mform fieldset legend { form.mform label { margin: 0 0 0 5px; } +form.mform div.qfrow { + clear: both; + width: 100%; + min-height: 1.5em; +} form.mform label.qflabel { display: block; float: left; @@ -32,31 +37,27 @@ form.mform label.qflabel { margin: 5px 0 0 0; text-align: right; } - -form.mform input, form.mform select { - width: auto; -} -form.mform textarea { - } -form.mform br { - clear: left; -} - form.mform div.qfelement { - display: inline; + /* display: inline; */ + display: block; float: left; margin: 5px 0 0 10px; padding: 0; } - +form.mform input, form.mform select { + width: auto; +} +form.mform textarea { +} +form.mform br { + clear: left; +} form.mform div.htmleditor { margin: 0 auto 10px auto; width : 600px; clear:both; float:none; } - - form.mform span.error, form.mform span.required { color: red; } @@ -65,6 +66,3 @@ form.mform div.error { padding: 5px; color: inherit; } -form.mform div.qfrow { - clear:both; -} \ No newline at end of file