mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +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
|
// Host and service summaries in detail and list views
|
||||||
.hosts-summary,
|
.hosts-summary,
|
||||||
.services-summary {
|
.services-summary {
|
||||||
|
display: inline-block;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
> .hosts-link,
|
> .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
|
// State table in the host and service multi-selection and detail views
|
||||||
.host-detail-state,
|
.host-detail-state,
|
||||||
.service-detail-state {
|
.service-detail-state {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user