Switch positions of status summary and selection info

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-12-11 17:29:30 +01:00 committed by Eric Lippmann
parent 25d37b9a70
commit 5b854988c2
1 changed files with 6 additions and 1 deletions

View File

@ -30,9 +30,14 @@
.services-summary, .services-summary,
.hosts-summary { .hosts-summary {
float: left; float: right;
margin-bottom: 0; margin-bottom: 0;
} }
.selection-info {
float: left;
margin-top: 0.182em;
}
} }
// Styles for the icon displayed if a check result is late // Styles for the icon displayed if a check result is late