diff --git a/views/hfcs.html b/views/hfcs.html index 1e98909..c86be82 100644 --- a/views/hfcs.html +++ b/views/hfcs.html @@ -5,27 +5,37 @@ Honk Filtering and Censoring System
diff --git a/views/honkers.html b/views/honkers.html index 7e10b3b..3689d5c 100644 --- a/views/honkers.html +++ b/views/honkers.html @@ -3,13 +3,16 @@
-
+
-
-desc:
+
more options
+
diff --git a/views/style.css b/views/style.css index 16e81f1..f6fb3af 100644 --- a/views/style.css +++ b/views/style.css @@ -99,7 +99,10 @@ main { margin-top: 1em; margin-bottom: 1em; } -label, button, select { +label { + font-size: 1.0em; +} +label.button, button, select { font-size: 16px; font-family: monospace; color: $fg; @@ -128,6 +131,12 @@ input[type="checkbox"] { position: fixed; top: -9999px; } +.buttonarray { + line-height: 2.5em; +} +label.button { + white-space: nowrap; +} input[type="checkbox"] + span:after { content: "no"; }