From ea67fff371ffb3ad8b3c5991e95e67b761f5a93d Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 31 Mar 2007 09:10:41 +0000 Subject: [PATCH] merged style fix for required message on forms --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.5