Added a few styles to make Isso look good

This commit is contained in:
Sumner Evans 2020-04-15 09:16:15 -06:00
parent 9bb3eb2456
commit 3b80c3f9b7
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -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 { footer {
@ -304,7 +310,8 @@ main {
} }
} }
a.btn { a.btn,
section#isso-thread section.auth-section p.post-action input {
background-color: @btn-bg; background-color: @btn-bg;
padding: .6em .6em; padding: .6em .6em;
font-size: .8em; font-size: .8em;
@ -313,6 +320,7 @@ a.btn {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border: none;
border-radius: .25em; border-radius: .25em;
} }