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 | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/theme/standard/styles_form.css b/theme/standard/styles_form.css index 3d97010d00..b5326b38f4 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 div.qfelement { + /* 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.qfelement { - display: inline; - float: left; - margin: 5px 0 0 10px; - padding: 0; -} - 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 -- 2.39.5