merged style fix for required message on forms

This commit is contained in:
moodler
2007-03-31 09:10:41 +00:00
parent 782573e86d
commit ea67fff371
+4
View File
@@ -523,6 +523,10 @@ form.mform div.fdescription {
min-height: 1.5em;
}
form.mform .fdescription.required {
text-align:right;
}
form.mform input, form.mform select {
width: auto;
}