From: moodler Date: Sat, 31 Mar 2007 09:10:41 +0000 (+0000) Subject: merged style fix for required message on forms X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea67fff371ffb3ad8b3c5991e95e67b761f5a93d;p=moodle.git merged style fix for required message on forms --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 6705e6359e..17d2232319 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; }