Tweak CSS for preferential voting

This commit is contained in:
Yingtong Li 2018-01-09 17:39:07 +08:00
parent 66379909a1
commit df0025624d
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 11 additions and 0 deletions

View File

@ -130,6 +130,17 @@ time[title] {
text-align: center;
}
.preferential-choice .number select {
background-color: white;
}
.preferential-choice .content {
/* Vertically center */
display: flex;
flex-direction: column;
justify-content: center;
}
.preferential-choice .party-name, .preferential-choice .ticket-party-name {
font-style: italic;
font-size: small;