Size of vote options

main
Bob Mottram 2019-11-18 18:25:51 +00:00
parent e2f35c3665
commit 4624703089
1 changed files with 11 additions and 7 deletions

View File

@ -363,10 +363,6 @@ a:link {
background-color: var(--button-background); background-color: var(--button-background);
} }
.question {
font-size: var(--font-size);
}
input[type=number] { input[type=number] {
width: 10%; width: 10%;
padding: 12px; padding: 12px;
@ -781,9 +777,13 @@ div.gallery img {
font-size: var(--font-size); font-size: var(--font-size);
width: 20%; width: 20%;
} }
.question {
font-size: var(--font-size);
}
input[type=radio] { input[type=radio] {
width: 32px; font-size: var(--font-size);
} height: 70px;
}
input.vote[type=submit] { input.vote[type=submit] {
background-color: var(--button-background); background-color: var(--button-background);
color: var(--button-text); color: var(--button-text);
@ -1060,8 +1060,12 @@ div.gallery img {
font-size: var(--font-size3); font-size: var(--font-size3);
width: 20%; width: 20%;
} }
.question {
font-size: var(--font-size3);
}
input[type=radio] { input[type=radio] {
width: 70px; font-size: var(--font-size3);
height: 70px;
} }
input.vote[type=submit] { input.vote[type=submit] {
background-color: var(--button-background); background-color: var(--button-background);