From 758199945e0bcb9fc5169ac7ec8e5b0cd83e0dba Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 17 Oct 2018 20:55:15 +0200 Subject: [PATCH 1/2] Theme metro: fix login container height Signed-off-by: Claas Augner --- themes/metro/css/common.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/metro/css/common.css.php b/themes/metro/css/common.css.php index d41503eb29..4f3754a05f 100644 --- a/themes/metro/css/common.css.php +++ b/themes/metro/css/common.css.php @@ -168,7 +168,7 @@ body#loginform #page_content { margin: 0 !important; padding: 20px; margin-top: 10% !important; - height: 240px; + min-height: 240px; } body#loginform div.container From 9944cb620e2a0b046bd4d3ad7d869ebc53fea93e Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 17 Oct 2018 20:55:33 +0200 Subject: [PATCH 2/2] Theme metro: fix login container text color Signed-off-by: Claas Augner --- themes/metro/css/common.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/metro/css/common.css.php b/themes/metro/css/common.css.php index 4f3754a05f..566fe7c338 100644 --- a/themes/metro/css/common.css.php +++ b/themes/metro/css/common.css.php @@ -173,6 +173,7 @@ body#loginform #page_content { body#loginform div.container { + color: ; text-align: ; width: 48em; margin-left: auto;