better label style
This commit is contained in:
parent
19feb050e9
commit
74d41cb62e
|
@ -100,7 +100,7 @@ main {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
label {
|
||||
font-size: 1.0em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
label.button, button, select {
|
||||
font-size: 16px;
|
||||
|
@ -109,6 +109,10 @@ label.button, button, select {
|
|||
background: $bg-page;
|
||||
border: 1px solid $fg;
|
||||
padding: 0.5em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.buttonarray {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
button a {
|
||||
text-decoration: none;
|
||||
|
@ -131,12 +135,6 @@ input[type="checkbox"] {
|
|||
position: fixed;
|
||||
top: -9999px;
|
||||
}
|
||||
.buttonarray {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
label.button {
|
||||
white-space: nowrap;
|
||||
}
|
||||
input[type="checkbox"] + span:after {
|
||||
content: "no";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue