From 07ab1f8e528ee00b761b6c3dbe5dbe9d4d114f5d Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 13 Dec 2016 11:38:51 +0100 Subject: [PATCH] css: improve rendering of sets within filters --- public/css/module.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 38f65078..e7056de2 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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],