diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 02:42:52 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 02:42:52 +0200 |
| commit | b8bcd201cfd10de649d7180476b645cfaa264dc8 (patch) | |
| tree | 45d3f8c8f15da1e3d39bce91460ab19950be8961 | |
| parent | 3d1f82c459e184379f7cc617ffe38b6b63594620 (diff) | |
Visually touch up the login card
| -rw-r--r-- | public/stylesheets/admin.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index dbeb3dd1..6f6a4405 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -160,15 +160,19 @@ input[type=radio] { | |||
| 160 | .right { text-align: right; } | 160 | .right { text-align: right; } |
| 161 | 161 | ||
| 162 | #login_form { | 162 | #login_form { |
| 163 | max-width: 22rem; | 163 | max-width: 18rem; |
| 164 | margin: 2rem auto; | 164 | margin: 2rem auto; |
| 165 | padding: 1.25rem; | 165 | padding: 1.25rem; |
| 166 | border: 1px solid var(--hairline); | 166 | border: 1px solid var(--border); |
| 167 | border-radius: var(--radius); | 167 | border-radius: var(--radius); |
| 168 | } | 168 | } |
| 169 | 169 | ||
| 170 | #login_form input[type=submit] { | ||
| 171 | margin-top: 1.5rem; | ||
| 172 | } | ||
| 173 | |||
| 170 | #login_form h1 { | 174 | #login_form h1 { |
| 171 | margin-top: 0; | 175 | margin: 0 auto 1.5rem auto; |
| 172 | font-size: var(--text-xl); | 176 | font-size: var(--text-xl); |
| 173 | } | 177 | } |
| 174 | 178 | ||
| @@ -188,11 +192,6 @@ input[type=radio] { | |||
| 188 | box-sizing: border-box; | 192 | box-sizing: border-box; |
| 189 | } | 193 | } |
| 190 | 194 | ||
| 191 | #login_form input[type=submit] { | ||
| 192 | width: 100%; | ||
| 193 | padding: 0.6rem 1rem; | ||
| 194 | } | ||
| 195 | |||
| 196 | /* ============================================================ | 195 | /* ============================================================ |
| 197 | Navigation | 196 | Navigation |
| 198 | ============================================================ */ | 197 | ============================================================ */ |
