mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-07-15 20:43:26 -04:00
Display host status and service status summary as inline-block
refs #13187
This commit is contained in:
parent
76fb506a89
commit
df4e51845d
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Reference in a new issue