monitoring/CSS: Add class action-links for show more and load more links
refs #5543
This commit is contained in:
parent
c0bc2e267e
commit
b3784e1bf5
|
@ -1,5 +1,10 @@
|
||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! 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 summary badges
|
||||||
.state-badges {
|
.state-badges {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue