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; }