From 3617cb2a541e477441c0f7bb28122061ced3beee Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 25 Feb 2014 10:30:29 +0000 Subject: [PATCH] Style tabs to fit recent layout changes --- public/css/icinga/tabs.less | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/public/css/icinga/tabs.less b/public/css/icinga/tabs.less index 6eb4a857b..94fc0556c 100644 --- a/public/css/icinga/tabs.less +++ b/public/css/icinga/tabs.less @@ -2,16 +2,15 @@ ul.tabs { margin: 0; padding: 1em 0 0 0; - - background: -moz-linear-gradient(top, #777, #666); - background: -webkit-linear-gradient(top, #777, #666); - background: -o-linear-gradient(top, #777, #666); - background: -ms-linear-gradient(top, #777, #666); - background: linear-gradient(top, #777, #666); - list-style-type: inside; } +.controls ul.tabs { + margin-top: -3.5em; + height: 2.6em; + overflow: hidden; +} + .impact ul.tabs { border-bottom-color: white; } @@ -63,6 +62,12 @@ ul.tabs ul.dropdown-menu { ul.tabs ul.dropdown-menu li a { color: #555; + margin: 0; +} + +ul.tabs ul.dropdown-menu li a:hover { + background-color: #ccc; + color: #333; } ul.tabs li.dropdown {