From 3b80c3f9b746e2679922a7b51fe40a4b1fa5d55a Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Wed, 15 Apr 2020 09:16:15 -0600 Subject: [PATCH] Added a few styles to make Isso look good --- static/stylesheet/style.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index 940b549..340f64f 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -270,6 +270,12 @@ main { } } } + + // Add a bit of padding between each of the entry boxes in the Isso auth + // section. By default, they are squished together, which looks terrible. + section#isso-thread .auth-section .input-wrapper { + margin-right: 5px; + } } footer { @@ -304,7 +310,8 @@ main { } } -a.btn { +a.btn, +section#isso-thread section.auth-section p.post-action input { background-color: @btn-bg; padding: .6em .6em; font-size: .8em; @@ -313,6 +320,7 @@ a.btn { text-align: center; white-space: nowrap; vertical-align: baseline; + border: none; border-radius: .25em; }