From 57a763a733acc721f267e6c12e7c9a8c2fd2c7ea Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Wed, 27 Sep 2006 19:10:31 +0000 Subject: [PATCH] changes to style sheet in line with http://moodle.org/mod/forum/discuss.php?d=54907#250816 --- theme/standard/styles_form.css | 42 +++++++++++++++++++++++++++------- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/theme/standard/styles_form.css b/theme/standard/styles_form.css index 81cb60e17e..eeca6810c0 100644 --- a/theme/standard/styles_form.css +++ b/theme/standard/styles_form.css @@ -21,38 +21,64 @@ form.mform fieldset.hidden { form.mform fieldset legend { font-weight: bold; } -form.mform label { - margin: 0 0 0 5px; + +form.mform div.fitem { + clear: both; + width: 100%; + min-height: 1.5em; } -form.mform div.qfrow { +/* uncomment this and edit formslib.php for +ol li containers for form items. + +form.mform fieldset li.qfrow { + list-style: none; + padding: 5px; + margin: 0; clear: both; width: 100%; min-height: 1.5em; } -form.mform label.qflabel { +form.mform fieldset ol { + margin: 0; + padding: 0; +}*/ +form.mform label { display: block; float: left; width: 30%; padding: 0; - margin: 5px 0 0 0; + margin: 0 0 0 0; text-align: right; } -form.mform div.qfelement { +div.fitem div.fgroup label { + display:inline; + float: none; + width: auto; +} + +form.mform div.felement { /* display: inline; */ display: block; float: left; margin: 5px 0 0 10px; padding: 0; + text-align:left; +} + +form.mform div.fdescription { + clear: both; + min-height: 1.5em; } + form.mform input, form.mform select { width: auto; } -form.mform textarea { +form.mform ftextarea { } form.mform br { clear: left; } -form.mform div.htmleditor { +form.mform div.fhtmleditor { margin: 0 auto 10px auto; width : 600px; clear:both; -- 2.39.5