From fd6f5733a95db9ccd099441c3a6679d82de6d94c Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 11 Dec 2017 17:11:06 +1030 Subject: [PATCH] Tidy up group ticket styles --- eosweb/core/static/css/main.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/eosweb/core/static/css/main.css b/eosweb/core/static/css/main.css index a700e29..432fb60 100644 --- a/eosweb/core/static/css/main.css +++ b/eosweb/core/static/css/main.css @@ -76,14 +76,15 @@ min-height: 2em; } -.ticket-choices .preferential-choice { - margin-top: 0em; -} - .preferential-choice:first-child { margin-top: 0; } +.ticket-choices .preferential-choice { + margin-top: 0.5em; + min-height: 0; +} + #question-choices-selected .preferential-choice, #question-choices-selected .dragarea-hint:first-child:last-child { background-color: #e6f1fc; } @@ -111,6 +112,7 @@ .preferential-choice .party-name, .preferential-choice .ticket-party-name { font-style: italic; + font-size: small; } .ticket .ticket-party-name { @@ -118,5 +120,5 @@ } .ticket > .content > .party-name { - min-height: 2em; + font-size: inherit; }