MDL-10683 :: added as Eric proposed:

.mform .ftextarea #id_alltext {
    width: 100%;
}
This commit is contained in:
urs_hunkler
2007-11-11 19:32:09 +00:00
parent aaef7468ac
commit ff3cf1e507
+2 -1
View 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;