Tidy up group ticket styles
This commit is contained in:
parent
0ad406f869
commit
fd6f5733a9
@ -76,14 +76,15 @@
|
|||||||
min-height: 2em;
|
min-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ticket-choices .preferential-choice {
|
|
||||||
margin-top: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preferential-choice:first-child {
|
.preferential-choice:first-child {
|
||||||
margin-top: 0;
|
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 {
|
#question-choices-selected .preferential-choice, #question-choices-selected .dragarea-hint:first-child:last-child {
|
||||||
background-color: #e6f1fc;
|
background-color: #e6f1fc;
|
||||||
}
|
}
|
||||||
@ -111,6 +112,7 @@
|
|||||||
|
|
||||||
.preferential-choice .party-name, .preferential-choice .ticket-party-name {
|
.preferential-choice .party-name, .preferential-choice .ticket-party-name {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ticket .ticket-party-name {
|
.ticket .ticket-party-name {
|
||||||
@ -118,5 +120,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ticket > .content > .party-name {
|
.ticket > .content > .party-name {
|
||||||
min-height: 2em;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user