From: urs_hunkler Date: Sun, 11 Nov 2007 19:34:37 +0000 (+0000) Subject: merged from 1.9 :: MDL-10683 :: added as Eric proposed: X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=82e74e90cc1e5ee72b7028a8032ce2c485ee6d2c;p=moodle.git merged from 1.9 :: MDL-10683 :: added as Eric proposed: .mform .ftextarea #id_alltext { width: 100%; } --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0884eba9d6..5e45d37888 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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;