From 5ff53df09436f1c34c4a91fd26c70acee7d32426 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 16 Nov 2015 10:28:51 +0100 Subject: [PATCH] Less padding for common-table th --- public/css/icinga/main.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index cb75e8ac2..af1b809e6 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -138,12 +138,16 @@ a:hover > .icon-cancel { width: 100%; td, th { - padding-bottom: 1em; padding-top: 1em; } + td { + padding-bottom: 1em; + } + th { text-align: left; + padding-bottom: 0.5em; } thead {