]> git.mjollnir.org Git - moodle.git/commitdiff
'added width and height to qfrow to make it render correcly in FF, changed qfelement...
authorurs_hunkler <urs_hunkler>
Tue, 26 Sep 2006 19:23:28 +0000 (19:23 +0000)
committerurs_hunkler <urs_hunkler>
Tue, 26 Sep 2006 19:23:28 +0000 (19:23 +0000)
theme/standard/styles_form.css

index 3d97010d00f2d2c22c44fb9a228f49cd84b2ff7d..b5326b38f4cfe4ece1bb48a0c026cfa2696fb4ee 100644 (file)
@@ -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