better label style
Ted Unangst tedu@tedunangst.com
Tue, 08 Oct 2019 15:34:16 -0400
1 files changed,
5 insertions(+),
7 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -100,7 +100,7 @@ margin-top: 1em;
margin-bottom: 1em; } label { - font-size: 1.0em; + font-size: 0.8em; } label.button, button, select { font-size: 16px;@@ -109,6 +109,10 @@ color: $fg;
background: $bg-page; border: 1px solid $fg; padding: 0.5em; + white-space: nowrap; +} +.buttonarray { + line-height: 2.5em; } button a { text-decoration: none;@@ -130,12 +134,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";