From 9315f397791c4bf8f7c7f18f2d9e80aea8ba9f80 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Tue, 19 Apr 2022 23:28:36 +0200 Subject: center login box + UI more mobile friendly --- gpigeon-template.cgi | 2 ++ styles.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi index c0f64fd..03dee0b 100755 --- a/gpigeon-template.cgi +++ b/gpigeon-template.cgi @@ -339,6 +339,7 @@ if (ValidCookie($IDCookie, $cookiesDir) or argon2id_verify($argon2idHash,$passwo + $textStrings{mainpage_title} @@ -399,6 +400,7 @@ else{ + $textStrings{landingpage_title} diff --git a/styles.css b/styles.css index a5e6e0b..9923aa3 100644 --- a/styles.css +++ b/styles.css @@ -99,6 +99,8 @@ h1, #msgbelow{ border:none; } +#loginbox{margin:0 auto} + #authbtn td { text-align:center; } -- cgit v1.2.3-54-g00ecf