mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
css: remove obsolete assign-rule, align top lines
This commit is contained in:
parent
07b6090c31
commit
967baa330e
@ -23,6 +23,9 @@ table.common-table {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
padding-top: 0.5em;
|
||||||
|
}
|
||||||
td {
|
td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
@ -147,6 +150,7 @@ table.avp th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content form {
|
.content form {
|
||||||
|
margin-top: 0.5em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1122,38 +1126,6 @@ table.config-diff {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul.assign-rule {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
list-style-type: none;
|
|
||||||
select, input[type=text] {
|
|
||||||
min-width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
select.assign-type {
|
|
||||||
width: 8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
li.filter-chain > ul {
|
|
||||||
list-style-type: none;
|
|
||||||
padding-left: 2em;
|
|
||||||
|
|
||||||
li::before {
|
|
||||||
// icon: down-dir
|
|
||||||
font-family: 'ifont';
|
|
||||||
content: '\e81d';
|
|
||||||
// icon: right-small
|
|
||||||
content: '\e877';
|
|
||||||
margin-left: -1em;
|
|
||||||
padding-top: 0em;
|
|
||||||
float: left;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.filter-root {
|
ul.filter-root {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user