From ff3cf1e5079aefd9fc31fd4a921781ccbeb9cddc Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 11 Nov 2007 19:32:09 +0000 Subject: [PATCH] MDL-10683 :: added as Eric proposed: .mform .ftextarea #id_alltext { width: 100%; } --- theme/standard/styles_layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 28400ff049e..be13098d7dd 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;