diff --git a/views/style.css b/views/style.css index f6fb3af..47bf41b 100644 --- a/views/style.css +++ b/views/style.css @@ -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"; }