diff options
-rw-r--r-- | themes/bartik/css/style.css | 4 |
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; } |