From da9ee81ff2847c832ae7b5a7fbaa1b994a343ea7 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 23 Oct 2019 00:22:19 -0400 Subject: [PATCH] better button spacing --- views/hfcs.html | 3 ++- views/honkform.html | 2 +- views/style.css | 7 +++++-- 3 files changed, 8 insertions(+), 4 deletions(-) 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;