From 31df702a807dda61ac6d945c5bb404c9e84fc473 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 11 Jan 2016 13:27:41 +0100 Subject: [PATCH] Remove logo.less Not used anymore. --- library/Icinga/Web/StyleSheet.php | 1 - public/css/icinga/logo.less | 47 ------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 public/css/icinga/logo.less diff --git a/library/Icinga/Web/StyleSheet.php b/library/Icinga/Web/StyleSheet.php index 41f098038..cf646462e 100644 --- a/library/Icinga/Web/StyleSheet.php +++ b/library/Icinga/Web/StyleSheet.php @@ -50,7 +50,6 @@ class StyleSheet 'css/icinga/about.less', 'css/icinga/controls.less', 'css/icinga/dev.less', -// 'css/icinga/logo.less', 'css/icinga/spinner.less', 'css/icinga/compat.less', 'css/icinga/print.less', diff --git a/public/css/icinga/logo.less b/public/css/icinga/logo.less deleted file mode 100644 index 68fb81619..000000000 --- a/public/css/icinga/logo.less +++ /dev/null @@ -1,47 +0,0 @@ -/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ - -.logo { - background-color: @colorPetrol; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 60%; - border-bottom: 1px solid #d9d9d9d; - text-align: center; - -webkit-box-shadow: 0 3px 7px -3px #000; - -moz-box-shadow: 0 3px 7px -3px #000; - box-shadow: 0 3px 7px -3px #000; - - .image { - position: absolute; - bottom: 1em; - left: 0px; - right: 0px; - text-align: center; - - img { - width: 375px; - } - } -} - -.below-logo { - position: absolute; - font-size: 0.9em; - top: 45%; - left: 0; - bottom: 0; - right: 0; -} - -#layout.minimal-layout { - .logo .image img { - width: 70%; - } - - .below-logo { - width: 100%; - margin: auto; - } -}