css: improve rendering of sets within filters

This commit is contained in:
Thomas Gelf 2016-12-13 11:38:51 +01:00
parent 398fa36220
commit 07ab1f8e52

View File

@ -1128,7 +1128,7 @@ ul.assign-rule {
}
ul {
li.filter-chain > ul {
list-style-type: none;
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;
font-family: 'ifont';
font-weight: normal;
@ -1241,6 +1241,7 @@ div.filter-expression {
div.expression-wrapper {
display: inline-block;
vertical-align: top;
}
div.expression-wrapper > input[type=text],