From 1d6c65f7fcf7ab6ec76149618f0a7800477eb86e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 12 Feb 2015 13:47:50 +0100 Subject: [PATCH] Move the login form's heading above the authentication warnings --- .../views/scripts/authentication/login.phtml | 13 +++---------- public/css/icinga/login.less | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/application/views/scripts/authentication/login.phtml b/application/views/scripts/authentication/login.phtml index ebfa1ba2b..f40f5c4e0 100644 --- a/application/views/scripts/authentication/login.phtml +++ b/application/views/scripts/authentication/login.phtml @@ -5,6 +5,7 @@
+

translate('Welcome to Icinga Web 2'); ?>

translate( @@ -22,15 +23,7 @@ . ' Make sure you\'ll configure such, otherwise you\'ll not be able to login.' ); ?>

-

translate('Welcome to Icinga Web 2'); ?>

- errorInfo)): ?> -
- errorInfo ?> -
- - form ?> - + form ?> +
diff --git a/public/css/icinga/login.less b/public/css/icinga/login.less index f6144bd68..0211fdc35 100644 --- a/public/css/icinga/login.less +++ b/public/css/icinga/login.less @@ -129,7 +129,7 @@ p.info-box { width: 50%; height: 2.2em; - margin: 0 auto 2.5em; + margin: 2em auto 2.5em; i.icon-info { float: left;