From 99bfd7257b159112ce1bb7218d8424b07389c890 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sat, 21 Apr 2012 22:23:46 +0200 Subject: [PATCH] #120: Add CSS class for helptext in forms. --- openslides/static/styles/base.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index b29815eb6..5ec37381c 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -437,7 +437,7 @@ input[type="submit"], input[type="button"] { color:#DA3939; font-size:9px; font-style:italic; - height:16px; + height:13px; padding:0; } form .required label:after { @@ -456,7 +456,11 @@ form .error input, form .error textarea { form input:after { font-weight: bold; } - +form .helptext { + font-size:9px; + display: block; + color: #556652; +} /* Fieldsets */ fieldset { width: 0px;