Vertical align text

merge-requests/6/head
Bob Mottram 2019-11-18 18:32:03 +00:00
parent 8544bcdd3c
commit 4dbdc3e5df
1 changed files with 5 additions and 3 deletions

View File

@ -783,7 +783,8 @@ div.gallery img {
input[type=radio] {
font-size: var(--font-size);
width: 32px;
}
vertical-align: middle;
}
input.vote[type=submit] {
background-color: var(--button-background);
color: var(--button-text);
@ -1065,8 +1066,9 @@ div.gallery img {
}
input[type=radio] {
font-size: var(--font-size3);
height: 70px;
}
height: 90px;
vertical-align: middle;
}
input.vote[type=submit] {
background-color: var(--button-background);
color: var(--button-text);