summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 20:48:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 20:48:38 +0000
commitf65a7fae273eb909cdcb366e0c23c6b4dab7e608 (patch)
tree62b83c96eb2a13b10fce8cecb6a12e104e4057a0 /themes
parent8dd7376d5a15f2485fdd83c8db402a244314e30b (diff)
downloadbrdo-f65a7fae273eb909cdcb366e0c23c6b4dab7e608.tar.gz
brdo-f65a7fae273eb909cdcb366e0c23c6b4dab7e608.tar.bz2
#833158 by tim.plunkett: Fixed bug with poll text overlap in Bartik.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index fdd52c5e0..d84d202a6 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1439,6 +1439,7 @@ div.admin-panel .description {
}
.poll .text {
clear: right;
+ margin-right: 2.25em;
}
.poll .total {
font-size: 0.929em;
@@ -1449,6 +1450,9 @@ div.admin-panel .description {
.node .poll {
margin: 1.8em 0 0;
}
+.node .poll .text {
+ margin-right: 6.75em;
+}
.node .poll #edit-choice {
margin: 0 0 1.2em;
}