diff options
-rw-r--r-- | themes/bartik/css/style.css | 13 |
1 files 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; |