From 16d5c93fa56685d059059639b617696ac18ed973 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 6 Mar 2014 09:22:38 +0000 Subject: [PATCH] Dashboard should not show multiple columns when details are shown --- public/css/icinga/layout-structure.less | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index 5014cc406..0dae5994b 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -162,12 +162,6 @@ html { text-decoration: underline; } -#layout.twocols .dashboard > div.container { - width: 96%; - margin-left: 2%; - margin-right: 2%; -} - .content { padding: 1em; } @@ -255,3 +249,11 @@ html { left: 0; } } + + +#layout.twocols .dashboard > div.container { + width: 96%; + margin-left: 2%; + margin-right: 2%; +} +