From 94af23a294371efa2fb147633ef4c074bfce3174 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 27 Aug 2023 19:39:21 -0400 Subject: [comments] Fix CSS for Webmention form --- haunt/static/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 3d95b3b..0890fd0 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -251,18 +251,20 @@ ul.webmention-container .comment .comment-source-identifier { /* Webmention form. */ -#webmention-form form { +form#webmention-form { border-top: 2px solid #d2d6dd; padding-top: 1rem; } -#webmention-form form input { +form#webmention-form input { margin-top: 1rem; } -#webmention-form form input[type=url] { +form#webmention-form input[type=url] { display: block; - width: 100%; + width: 90%; + margin: auto; + margin-top: 1rem; } /* Comment form. */ -- cgit v1.3