diff --git a/public/css/module.less b/public/css/module.less index 9321bcd5..f7cde168 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -354,7 +354,7 @@ tr.running { color: green; } -table.syncrules { +table.syncstate { tr td:first-child { padding-left: 2em; &::before { @@ -421,13 +421,18 @@ table.simple { margin: 0; td:first-child { - border-left: 0.5em solid transparent; + border-left: 2px solid transparent; } td { border-top: 1px solid transparent; border-bottom: 1px solid transparent; } + + td:last-child { + border-right: 2px solid transparent; + } + background-color: #fafcfe; } @@ -447,18 +452,6 @@ table.simple { border-color: @icinga-blue; } - tr.active td:first-child::before { - content: '\e820'; - font-family: 'ifont'; - float: left; - display: inline-block; - margin-left: -0.75em; - font-size: 1.5em; - padding: 0; - line-height: 1em; - color: @icinga-blue; - } - th { text-align: left; margin: 0;