From ec1cc5ebcbdb49f97f4368c9e8eeb291e9654750 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 11 Nov 2015 15:10:51 +0100 Subject: [PATCH] CSS/Menu: Fix badge offset correction refs #5543 --- public/css/icinga/menu.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index 0f5576e28..5e0a39617 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -97,11 +97,11 @@ // Badge offset correction #menu > nav > .nav-level-1 > .badge-nav-item > a > .badge { - margin-top: 0.5em; + margin-top: 0.2em; } #menu .nav-level-2 > .badge-nav-item > a > .badge { - margin-top: 0.5em; + margin-top: 0.2em; } // Hovered menu