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,6 +783,7 @@ 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);
@ -1065,7 +1066,8 @@ 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);