diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-25 09:27:51 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-25 09:27:51 +0100 |
| commit | 605b03bfbd36e41819000ee0aed80df3c767b069 (patch) | |
| tree | 2458e1432d0673fe86b560dd20e1392136580f54 /static/pages/login/index.css | |
| parent | dc36b1684c4da47defe8d3941ef60efb7cd8087e (diff) | |
fix login dialog and logout
Diffstat (limited to 'static/pages/login/index.css')
| -rw-r--r-- | static/pages/login/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/pages/login/index.css b/static/pages/login/index.css index f4a99ba..d9d0f41 100644 --- a/static/pages/login/index.css +++ b/static/pages/login/index.css @@ -37,7 +37,7 @@ background: #0000; } -#box button { +#box #submit { border-top-left-radius: 0px; border-bottom-left-radius: 0px; background: var(--page-background); @@ -46,7 +46,7 @@ background: #0000; } -#username { +#username-label { position: absolute; top: calc(50% - 40px); left: 50%; |