mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
css: Adjust host|servicegroup layout
This commit is contained in:
parent
dde5771b81
commit
7bb92faa56
2 changed files with 25 additions and 0 deletions
22
public/css/item/hostgroup.less
Normal file
22
public/css/item/hostgroup.less
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.hostgroup {
|
||||
&.table-row.item-layout {
|
||||
> .col:has(.object-statistics) {
|
||||
align-content: center; // Actually, not sure why this works… .col is not a grid container
|
||||
}
|
||||
|
||||
> .main > .caption {
|
||||
height: auto;
|
||||
.text-ellipsis();
|
||||
.line-clamp("reset");
|
||||
}
|
||||
}
|
||||
|
||||
&.header-item-layout > .main {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
||||
> header {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
3
public/css/item/servicegroup.less
Normal file
3
public/css/item/servicegroup.less
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.servicegroup {
|
||||
.hostgroup;
|
||||
}
|
||||
Loading…
Reference in a new issue