From 6b03f63f712cc29fb8de338d1527508d2c1af1ec Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 7 Mar 2014 10:32:38 +0000 Subject: [PATCH] Don't raise font-size on downsize unless "minimal" layout, fix dashlets --- public/css/icinga/layout-structure.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index 0dae5994b..5f9df94d3 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -103,7 +103,6 @@ html { */ .container .controls { top: 0; - /*z-index: 1;*/ background-color: white; padding: 0; } @@ -219,6 +218,8 @@ html { } #layout.poor-layout { + font-size: 0.8em; + .dashboard > div.container { width: 98%; margin-left: 1%; @@ -239,6 +240,13 @@ html { #sidebar { display: none; } + + .dashboard > div.container { + width: 98%; + margin-left: 1%; + margin-right: 1%; + } + #logo img { /* TODO: Quickfix, this needs improvement */ width: 0 !important;