From fd5fe26a1f690c0dfe681e2b2867803c6669487d Mon Sep 17 00:00:00 2001 From: Bernd Erk Date: Wed, 19 Nov 2014 13:42:59 +0100 Subject: [PATCH] Changes login screen and added header --- .../views/scripts/authentication/login.phtml | 1 + public/css/icinga/login.less | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/application/views/scripts/authentication/login.phtml b/application/views/scripts/authentication/login.phtml index e931d0448..584d8ad16 100644 --- a/application/views/scripts/authentication/login.phtml +++ b/application/views/scripts/authentication/login.phtml @@ -5,6 +5,7 @@
+

Welcome to Icinga Web 2

errorInfo)): ?> diff --git a/public/css/icinga/login.less b/public/css/icinga/login.less index 1c3148360..cfae3c478 100644 --- a/public/css/icinga/login.less +++ b/public/css/icinga/login.less @@ -39,18 +39,17 @@ .form { position: absolute; font-size: 0.9em; - top: 50%; + top: 45%; left: 0; bottom: 0; right: 0; } .form h1 { - text-align: left; + text-align: center; font-size: 1.5em; - margin-left: auto; - margin-right: auto; - width: 12em; + margin-left: 2.3em; + border: none; color: @colorTextDefault; } @@ -108,9 +107,10 @@ } .footer { - margin-top: 2em; + margin-top: 7em; font-size: 0.9em; - text-align: center; + text-align: center; + margin-left: 5em; } div.config-note {