css: remove obsolete assign-rule, align top lines

This commit is contained in:
Thomas Gelf 2016-12-16 11:30:57 +01:00
parent 07b6090c31
commit 967baa330e

View File

@ -23,6 +23,9 @@ table.common-table {
text-decoration: none;
}
th {
padding-top: 0.5em;
}
td {
vertical-align: top;
}
@ -147,6 +150,7 @@ table.avp th {
}
.content form {
margin-top: 0.5em;
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 {
margin-top: 0;
width: 100%;