Skip to content

Commit

Permalink
CSS/Menu: Fix badge offset correction
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 11, 2015
1 parent cd7a3d1 commit ec1cc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/menu.less
Expand Up @@ -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
Expand Down

0 comments on commit ec1cc5e

Please sign in to comment.