From 0ba4d24880bf96ea3f1f727055ee2705ca289b82 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 29 May 2015 14:17:12 +0200 Subject: [PATCH] Move notifications to the bottom of the page refs #8247 --- application/layouts/scripts/body.phtml | 45 +++++++++++++------------- library/Icinga/Web/StyleSheet.php | 1 + public/css/icinga/footer-elements.less | 8 +++++ 3 files changed, 32 insertions(+), 22 deletions(-) create mode 100644 public/css/icinga/footer-elements.less diff --git a/application/layouts/scripts/body.phtml b/application/layouts/scripts/body.phtml index 78bb4f91d..5da1e4322 100644 --- a/application/layouts/scripts/body.phtml +++ b/application/layouts/scripts/body.phtml @@ -5,29 +5,20 @@ use Icinga\Web\Notification; use Icinga\Authentication\Manager as Auth; -if (Auth::getInstance()->isAuthenticated()): ?> -