From 7d6262e76d898ed59a526c08fd6f3f3bc657dce7 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 27 Jul 2012 20:11:13 +0000 Subject: [PATCH] Applied ballot popup patch from olau@iola.dk. - Legacy-Id: 4630 --- static/css/base2.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/base2.css b/static/css/base2.css index 669c5955d..10be6f27f 100644 --- a/static/css/base2.css +++ b/static/css/base2.css @@ -177,7 +177,7 @@ form table .help { .position-recuse { background-color: #c0c0c0;} .position-norecord { background-color: #ffffff;} -.ballot-sidebar { width: 13em; float: left; margin-top: 0.4em; margin-right: 1em; padding: 0.5em; background: #edf5ff; } +.ballot-sidebar { width: 160px; float: left; margin-top: 0.4em; margin-right: 1em; padding: 0.5em; background: #edf5ff; } .ballot-sidebar .action { margin-bottom: 1em; } .ballot-sidebar .position-group { margin-bottom: 1em; } .ballot-sidebar .position-group .heading { font-weight: bold; } @@ -185,9 +185,12 @@ form table .help { .ballot-sidebar .position-group .was { padding-left: 10px; font-size:85%; } .ballot-sidebar .position-group:last-child { margin-bottom: 0; } -.ballot-content { margin-left: 15em; } +.ballot-content { margin-left: 180px; } .ballot-content .other-ballots { margin: 1em 0 2em 0; } .ballot-content .other-ballots a { display: inline-block; margin-right: 0.5em; } +#ballot_dialog_body { background-color: #fff; } +#ballot_dialog_body .ballot-sidebar { margin-top: 0; } + .ballot-content h2.ad-ballot-comment { background: #2647A0; color: #fff; padding: 2px 4px; font-size: 108%; margin-top: 0;}