forked from indymedia/epicyon
radio button style
parent
12815d70f6
commit
e2f35c3665
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue