From b4e44c9d6d83a40d0e5f92b189b919271214eb06 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 00:20:41 +0200 Subject: [PATCH] CSS: Style .name-value-table refs #5543 --- public/css/icinga/main.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 2e09ec987f..57d9ee70e9 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -23,6 +23,19 @@ display: table; } +.name-value-table { + border-spacing: @vertical-padding 0; + line-height: @line-height; + + th { + .text-left(); + .text-small(); + // Reset default font-weight + font-weight: normal; + width: 200px; + } +} + .pull-left { float: left; }