]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.9 :: MDL-10683 :: added as Eric proposed:
authorurs_hunkler <urs_hunkler>
Sun, 11 Nov 2007 19:34:37 +0000 (19:34 +0000)
committerurs_hunkler <urs_hunkler>
Sun, 11 Nov 2007 19:34:37 +0000 (19:34 +0000)
.mform .ftextarea #id_alltext {
    width: 100%;
}

theme/standard/styles_layout.css

index 0884eba9d6603fdbd6216c3aa9a1cfca05ce82a0..5e45d378883edae21d843a5ef5023e890e89624c 100644 (file)
@@ -589,7 +589,8 @@ fieldset.fdate_selector label {
 .mform input, .mform select {
   width: auto;
 }
-.mform ftextarea {
+.mform .ftextarea #id_alltext {
+    width: 100%;
 }
 .mform br {
   clear: left;