summaryrefslogtreecommitdiff
path: root/themes/bartik
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-01-24 12:55:34 +0000
committerDries Buytaert <dries@buytaert.net>2011-01-24 12:55:34 +0000
commitaebe8558e99b542f856f8230c54ace21d8413e58 (patch)
tree1ef89ede0c74dedd052b4ef60f45c548c5976651 /themes/bartik
parentdfe27f8fe6cf297c1be00cf75535810efe7e8905 (diff)
downloadbrdo-aebe8558e99b542f856f8230c54ace21d8413e58.tar.gz
brdo-aebe8558e99b542f856f8230c54ace21d8413e58.tar.bz2
- Patch #1024898 by ilo, amateescu: wrong definition of Bartik's fieldset description in css.
Diffstat (limited to 'themes/bartik')
-rw-r--r--themes/bartik/css/style.css13
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;