From 80481c5f425e49bee76c073e9630ed2d1a107e2b Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sat, 4 Apr 2020 18:41:38 +0200 Subject: [PATCH] Uniform login position -wip --- custom_portal.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index dda217e..acb424b 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -69,7 +69,7 @@ body { .messages, .login { width: 800px; - padding: 4px 20px; + padding: 0 20px; } .ynh-wrapper @@ -90,7 +90,6 @@ body { border-radius: 0 0 15px 15px; margin-top: 256px; max-width: none; - /* height: 312px; */ color : #c2a593; /* Typo Rules */ @@ -122,10 +121,9 @@ body { } .login-form { - float: right; - margin: 0 52px 0 0; - display: grid; - max-width: 400px; + width: 50%; + margin: 0 5% 0 45%; + height: 100%; } .form-group