mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 00:32:05 -04:00
css: Ensure compatibility with ipl v0.14.2
This commit is contained in:
parent
6029cc1f9e
commit
8da16eaaf2
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Module: icingadb
|
||||
Version: 1.1.2
|
||||
Requires:
|
||||
Libraries: icinga-php-library (>=0.13.2), icinga-php-thirdparty (>=0.12.0)
|
||||
Libraries: icinga-php-library (>=0.14.1), icinga-php-thirdparty (>=0.12.0)
|
||||
Description: Icinga DB Web
|
||||
UI for Icinga DB – Provides a graphical interface to your Icinga monitoring
|
||||
|
|
|
|||
|
|
@ -337,7 +337,7 @@ div.show-more {
|
|||
.servicegroup-table,
|
||||
.usergroup-table,
|
||||
.user-table {
|
||||
.title .content > * {
|
||||
.title .column-content > * {
|
||||
display: block;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
|
@ -351,7 +351,7 @@ div.show-more {
|
|||
.controls .servicegroup-table-row,
|
||||
.controls .usergroup-table-row,
|
||||
.controls .user-table-row {
|
||||
.title .content {
|
||||
.title .column-content {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ ul.item-table.group-grid {
|
|||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.content {
|
||||
.column-content {
|
||||
line-height: 1;
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue