diff --git a/views/hfcs.html b/views/hfcs.html index 1cfa721..03bae70 100644 --- a/views/hfcs.html +++ b/views/hfcs.html @@ -23,7 +23,8 @@ Honk Filtering and Censorship System

action

-

+ diff --git a/views/honkform.html b/views/honkform.html index 72b2e9d..1246b05 100644 --- a/views/honkform.html +++ b/views/honkform.html @@ -30,7 +30,7 @@

-

+

diff --git a/views/style.css b/views/style.css index dd44d5b..7c431c3 100644 --- a/views/style.css +++ b/views/style.css @@ -110,10 +110,13 @@ label.button, button, select { border: 1px solid $fg; padding: 0.5em; white-space: nowrap; - margin-top: 1.5em; } .buttonarray { - line-height: 2.5em; + margin-top: -2.0em; +} +.buttonarray button, .buttonarray > span { + margin-top: 2.0em; + display: inline-block; } button a { text-decoration: none;