Tidy up group ticket styles

This commit is contained in:
RunasSudo 2017-12-11 17:11:06 +10:30
parent 0ad406f869
commit fd6f5733a9
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 7 additions and 5 deletions

View File

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