Skip to content

Commit 7d6262e

Browse files
committed
Applied ballot popup patch from olau@iola.dk.
- Legacy-Id: 4630
1 parent 5d97058 commit 7d6262e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

static/css/base2.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,20 @@ form table .help {
177177
.position-recuse { background-color: #c0c0c0;}
178178
.position-norecord { background-color: #ffffff;}
179179

180-
.ballot-sidebar { width: 13em; float: left; margin-top: 0.4em; margin-right: 1em; padding: 0.5em; background: #edf5ff; }
180+
.ballot-sidebar { width: 160px; float: left; margin-top: 0.4em; margin-right: 1em; padding: 0.5em; background: #edf5ff; }
181181
.ballot-sidebar .action { margin-bottom: 1em; }
182182
.ballot-sidebar .position-group { margin-bottom: 1em; }
183183
.ballot-sidebar .position-group .heading { font-weight: bold; }
184184
.ballot-sidebar .position-group .square { border: 1px solid #000; display: inline-block; width: 10px; height: 10px; margin-right:4px; position: static; vertical-align: middle }
185185
.ballot-sidebar .position-group .was { padding-left: 10px; font-size:85%; }
186186
.ballot-sidebar .position-group:last-child { margin-bottom: 0; }
187187

188-
.ballot-content { margin-left: 15em; }
188+
.ballot-content { margin-left: 180px; }
189189
.ballot-content .other-ballots { margin: 1em 0 2em 0; }
190190
.ballot-content .other-ballots a { display: inline-block; margin-right: 0.5em; }
191191

192+
#ballot_dialog_body { background-color: #fff; }
193+
#ballot_dialog_body .ballot-sidebar { margin-top: 0; }
194+
192195
.ballot-content h2.ad-ballot-comment { background: #2647A0; color: #fff; padding: 2px 4px; font-size: 108%; margin-top: 0;}
193196

0 commit comments

Comments
 (0)