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