Skip to content

Commit

Permalink
CSS: Add class v-center
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 3339dda commit 2326997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -83,6 +83,10 @@
width: 16px;
}

.v-center > * {
vertical-align: middle;
}

a:hover .icon-cancel {
color: @color-critical;
}
Expand Down

0 comments on commit 2326997

Please sign in to comment.