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
+

new filter

-

- name +


+ +


match

-

- who/where -

- -

- text -

- -

- announce of +


+ +

+


+ +

+


+ +


action

-

- - - - - - - -

- rewrite -

- replace +

+ + + +


+ +


+ +


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 @@

-add new honker +

add new honker

-

- url -

- name -

- combos -

- +


+ +


+ +


+ +

diff --git a/views/honkform.html b/views/honkform.html index 3e0c667..a74ab9f 100644 --- a/views/honkform.html +++ b/views/honkform.html @@ -4,25 +4,28 @@ +

let's make some noise

more options

- + -

-desc: +


+

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"; }