From 5203ba81ba76760dd69a8ae351882a6ce40ab070 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 22 Sep 2022 20:31:38 +0200 Subject: [PATCH] Fix broken login page layout Bring back the fieldset styling glory. Recenter the sad eye. Destrenghten the strengthify container width. Signed-off-by: Vincent Petry --- core/css/guest.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index b120d46a5c8f1..a544a74450c7c 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -105,6 +105,14 @@ form { margin: auto; padding: 0; } +form fieldset { + width: 240px; + margin-top: 8px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} form #sqliteInformation { margin-top: 0px; margin-bottom: 20px; @@ -335,7 +343,7 @@ input[type='checkbox'].checkbox--white:checked + label:before { display: inline-block; position: relative; top: -20px; - width: 286px; + width: 250px; border-radius: 0 0 3px 3px; overflow: hidden; height: 3px; @@ -350,7 +358,7 @@ input[type='checkbox'].checkbox--white:checked + label:before { #show, #dbpassword-toggle { position: absolute; right: 2px; - top: 4px; + top: -3px; display: flex; justify-content: center; width: 44px;