Switch positions of status summary and selection info
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
25d37b9a70
commit
5b854988c2
|
@ -30,9 +30,14 @@
|
|||
|
||||
.services-summary,
|
||||
.hosts-summary {
|
||||
float: left;
|
||||
float: right;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.selection-info {
|
||||
float: left;
|
||||
margin-top: 0.182em;
|
||||
}
|
||||
}
|
||||
|
||||
// Styles for the icon displayed if a check result is late
|
||||
|
|
Loading…
Reference in New Issue