From ff59a48ee10cf10f313a29c01eeef88ae7d098b1 Mon Sep 17 00:00:00 2001 From: Bastard Operator Date: Sun, 28 Nov 2021 19:39:30 +0100 Subject: [PATCH] Added locales for login flow + some css improvements on /web --- public/css/custom.css | 7 ++++++- public/login/index.php | 5 +++-- src/locales/es.json | 11 +++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 6bbae33..c47c18c 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -81,9 +81,14 @@ header#web table div.profile > img { header#web table span.brand { color: #3e78a2; font-size: .9em; + font-weight: bold; word-wrap: anywhere; line-height: 1.2em; - top: .4em; +} +@media (max-width: 500px) { + header#web table span.brand { + font-size: .8em !important; + } } diff --git a/public/login/index.php b/public/login/index.php index b54fc6d..a4dd11a 100644 --- a/public/login/index.php +++ b/public/login/index.php @@ -64,7 +64,8 @@ if ($function === 'oauth') { -

+

+