CSS: Render badges w/ rounded corners

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 14:35:17 +01:00
parent 5043bdf58c
commit a613a683c5

View File

@ -1,14 +1,16 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.badge { .badge {
.rounded-corners();
background-color: @gray-light; background-color: @gray-light;
color: @text-color-inverted; color: @text-color-inverted;
display: inline-block;
font-family: @font-family-wide; font-family: @font-family-wide;
font-size: @font-size-small; font-size: @font-size-small;
font-weight: @font-weight-bold; font-weight: @font-weight-bold;
line-height: 1; line-height: 1;
min-width: 3em; min-width: 3em;
padding: @vertical-padding @horizontal-padding; padding: @vertical-padding / 2;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
white-space: nowrap; white-space: nowrap;