Moved the required fields message over to the right

This commit is contained in:
moodler
2007-03-31 09:09:27 +00:00
parent 15152a0a44
commit e3a3eacf9e
+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;
}