From aebe8558e99b542f856f8230c54ace21d8413e58 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 24 Jan 2011 12:55:34 +0000 Subject: - Patch #1024898 by ilo, amateescu: wrong definition of Bartik's fieldset description in css. --- themes/bartik/css/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 15b67b2be..0723d0703 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -1213,6 +1213,13 @@ fieldset legend a:active { fieldset .fieldset-wrapper { padding: 0 10px; } +fieldset .fieldset-description { + margin-top: 5px; + margin-bottom: 1em; + line-height: 1.4; + color: #3c3c3c; + font-style: italic; +} input { margin: 2px 0; padding: 4px; @@ -1247,12 +1254,6 @@ input.form-submit:focus { .form-item label { font-size: 0.929em; } -fieldset .description { - margin-top: 5px; - line-height: 1.4; - color: #3c3c3c; - font-style: italic; -} .form-type-radio label, .form-type-checkbox label { margin-left: 4px; -- cgit v1.2.3