From 967baa330ee17931869ddde71bdc9ee5e5cdf536 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 16 Dec 2016 11:30:57 +0100 Subject: [PATCH] css: remove obsolete assign-rule, align top lines --- public/css/module.less | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index f2b24a24..2e73cce4 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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%;