monitoring/CSS: Add class action-links for show more and load more links

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-03 10:40:14 +01:00
parent c0bc2e267e
commit b3784e1bf5
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
// Show more and load more links in overviews
.action-links {
text-align: right;
}
// State summary badges
.state-badges {
display: inline-block;