radio button style

main
Bob Mottram 2019-11-18 17:46:40 +00:00
parent 12815d70f6
commit e2f35c3665
1 changed files with 6 additions and 4 deletions

View File

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