From 4edab9d976dd0dd912f39110903a3c2cd1bed430 Mon Sep 17 00:00:00 2001 From: Marijn Bosman Date: Wed, 4 Jul 2018 18:48:36 +0200 Subject: [PATCH] Minor CSS changes Signed-off-by: Marijn Bosman --- themes/metro/css/common.css.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/themes/metro/css/common.css.php b/themes/metro/css/common.css.php index 63ec0af14e..a5e9c8c80b 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: 220px; + height: 240px; } body#loginform div.container @@ -187,12 +187,13 @@ body#loginform div.container:before content: "a"; float: left; margin-right: 20px; - margin-top: -10px; + margin-bottom: 10px; background-color: ; overflow: hidden; - height: 220px; - width: 230px; + height: 240px; + width: 240px; line-height: 1; + text-align: center; } body#loginform h1 @@ -976,7 +977,7 @@ div.footnotes { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - margin: 20px 0 20px; + margin: 0 0 1px; border: 1px solid; background-repeat: no-repeat; @@ -3962,4 +3963,4 @@ body .ui-dialog .ui-dialog-buttonpane button.ui-state-hover { body .ui-dialog .ui-dialog-buttonpane button.ui-state-active { background-color: #333; border: 1px solid #333; -} +} \ No newline at end of file