From 4ca50570388d3bd0108ffaf13cc52dffc49a28e9 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 2 Dec 2015 02:45:52 +0100 Subject: [PATCH] css: prepare styles for object type icons --- public/css/module.less | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index fcfdfb2d..3bba2210 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -364,6 +364,42 @@ table.syncstate { } } +table.check-commands { + tr td:first-child { + padding-left: 2em; + &::before { + font-family: 'ifont'; + // icon-wrench: + content: '\e83d'; + float: left; + font-weight: bold; + margin-left: -1.5em; + line-height: 1.5em; + } + } + + tr.icinga-object-external td:first-child::before { + color: @gray; + // icon-pin + content: '\e879'; + } + + tr.icinga-object td:first-child::before { + color: @text-color; + // icon-thumbs-up + // content: '\e867'; + // icon-ok + content: '\e803'; + } + + tr.icinga-template td:first-child::before { + color: @gray-light; + // icon-paste + content: '\e817'; + } + +} + /* Temp for deployment state */ table.simple { td.ok {