From c3a57d149a29ff8eda57b5f3c7f3a37f37ef07d4 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 12:59:47 +0200 Subject: [PATCH] Login form setup, test override ynh portal rules --- custom_portal.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index b60e4f4..bb83dc4 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -123,7 +123,8 @@ body { margin: 8px 0; padding: 0; } -.form-group { + +.login-form .form-group { display: grid; grid-template-columns: 52px 90%; /* width: 100%; */ @@ -131,6 +132,11 @@ body { margin: 8px 0; padding: 0; overflow: hidden; + + /* Fix Ynh Portal */ + position: inherit; + /*margin-bottom: 0;*/ + background: none; } .form-text {