From 8405ec230c1323be75b8b23280c6c1dde19e3f8c Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sat, 4 Apr 2020 17:48:36 +0200 Subject: [PATCH] Small legacy fix --- custom_portal.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index b83bf19..9dd612f 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -19,6 +19,9 @@ html { min-height: 100vh; } +body { + line-height: 1; +} * { font-family: "NotoSans", serif; } @@ -49,6 +52,7 @@ html { .content { max-width: 800px; margin: 0 auto; + padding: 0; } .ynh-user-portal { @@ -77,10 +81,9 @@ html { .messages { float: left; - background-color: #5d5446; border-radius: 0 0 15px 15px; margin-top: 256px; - + max-width: none; /* height: 312px; */ color : #c2a593; @@ -95,6 +98,10 @@ html { box-shadow: 8px 8px 8px rgb(16, 28, 22); } +.messages.info { + background-color: #5d5446; +} + .login { background-color: #2c2b27;