mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
css: improve rendering of sets within filters
This commit is contained in:
parent
398fa36220
commit
07ab1f8e52
@ -1128,7 +1128,7 @@ ul.assign-rule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul {
|
li.filter-chain > ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
|
||||||
@ -1184,7 +1184,7 @@ ul.filter-root {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit].icon-button {
|
.filter-chain > input[type=submit].icon-button, .filter-expression > input[type=submit].icon-button {
|
||||||
display: none;
|
display: none;
|
||||||
font-family: 'ifont';
|
font-family: 'ifont';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -1241,6 +1241,7 @@ div.filter-expression {
|
|||||||
|
|
||||||
div.expression-wrapper {
|
div.expression-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.expression-wrapper > input[type=text],
|
div.expression-wrapper > input[type=text],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user