mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Display host status and service status summary as inline-block
refs #13187
This commit is contained in:
parent
76fb506a89
commit
df4e51845d
@ -81,6 +81,7 @@
|
||||
// Host and service summaries in detail and list views
|
||||
.hosts-summary,
|
||||
.services-summary {
|
||||
display: inline-block;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
> .hosts-link,
|
||||
@ -90,11 +91,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.controls > .hosts-summary,
|
||||
.controls > .services-summary {
|
||||
float: left;
|
||||
}
|
||||
|
||||
// State table in the host and service multi-selection and detail views
|
||||
.host-detail-state,
|
||||
.service-detail-state {
|
||||
|
Loading…
x
Reference in New Issue
Block a user