all repos — honk @ e732691828c92d4255c5ef9e9155d909c79cc26b

my fork of honk

better label style
Ted Unangst tedu@tedunangst.com
Tue, 08 Oct 2019 15:34:16 -0400
commit

e732691828c92d4255c5ef9e9155d909c79cc26b

parent

a38187ac40a3c8a2bd0855f0ea1dcbb7d2606002

1 files changed, 5 insertions(+), 7 deletions(-)

jump to
M views/style.cssviews/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";