diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-26 17:43:24 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-26 17:43:24 +0200 |
| commit | 5f55b522481a076142ff790179b964b4318653e9 (patch) | |
| tree | a1c1a9d9c70388cad6aed65b10cb87398f333368 /public | |
| parent | 2328172c6965cbb9e034b2c21bbd29023902a099 (diff) | |
Fix login view so the user knows where they are logging in to
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 6664c4ce..a27968e9 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -101,6 +101,25 @@ input[type=radio] { | |||
| 101 | 101 | ||
| 102 | #login_form { | 102 | #login_form { |
| 103 | max-width: 22rem; | 103 | max-width: 22rem; |
| 104 | margin: 2rem auto; | ||
| 105 | padding: 1.25rem; | ||
| 106 | border: 1px solid #e8e8e8; | ||
| 107 | border-radius: 6px; | ||
| 108 | } | ||
| 109 | |||
| 110 | #login_form h1 { | ||
| 111 | margin-top: 0; | ||
| 112 | font-size: 1.25rem; | ||
| 113 | } | ||
| 114 | |||
| 115 | #login_form label { | ||
| 116 | display: block; | ||
| 117 | margin-bottom: 0.25rem; | ||
| 118 | text-transform: lowercase; | ||
| 119 | } | ||
| 120 | |||
| 121 | #login_form .login_field { | ||
| 122 | margin-bottom: 1rem; | ||
| 104 | } | 123 | } |
| 105 | 124 | ||
| 106 | #login_form input[type=text], | 125 | #login_form input[type=text], |
| @@ -109,6 +128,11 @@ input[type=radio] { | |||
| 109 | box-sizing: border-box; | 128 | box-sizing: border-box; |
| 110 | } | 129 | } |
| 111 | 130 | ||
| 131 | #login_form input[type=submit] { | ||
| 132 | width: 100%; | ||
| 133 | padding: 0.6rem 1rem; | ||
| 134 | } | ||
| 135 | |||
| 112 | /* ============================================================ | 136 | /* ============================================================ |
| 113 | Navigation | 137 | Navigation |
| 114 | ============================================================ */ | 138 | ============================================================ */ |
