From b3784e1bf54f945fcb90b804703d63de15f7e12e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 3 Nov 2015 10:40:14 +0100 Subject: [PATCH] monitoring/CSS: Add class action-links for show more and load more links refs #5543 --- modules/monitoring/public/css/module.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index 9f66db57b..3658a1bd9 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -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;