From 514689cfc11b48eb4dd52b349a5a218ce42b71b5 Mon Sep 17 00:00:00 2001 From: Bat Date: Thu, 21 Jun 2018 15:33:28 +0100 Subject: [PATCH] Try to improve the style of forms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The one to write a new comment is still ugly… --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index b141505e..2f033c33 100644 --- a/static/main.css +++ b/static/main.css @@ -257,7 +257,7 @@ input { transition: all 0.1s ease-in; display: block; width: 100%; - margin: auto; + margin: auto auto 5em; padding: 0.5em; box-sizing: border-box; @@ -266,7 +266,7 @@ input { border: none; border-bottom: solid #DADADA 2px; } -input[type="submit"] { margin: 2em auto; } +form input[type="submit"] { margin: 2em auto; } input:focus { background: #FAFAFA; border-bottom-color: #7765E3;