From 81f433085a56588cfc5e1c93a375bc889ad8ff42 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Tue, 1 Nov 2011 00:11:55 +0100 Subject: [PATCH] Limit the available render width for help texts a little and don't put them right below the previous form element. --- www/media/idf/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index e6dae6f..cf13f23 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -378,6 +378,9 @@ span.active { .helptext { font-size: 80%; color: #555753; + max-width: 600px; + margin-top: 0.25em; + display: inline-block; } div.container {