From 62b7c71ff2ffe5aa1c1d76537f7cd8c9896fb0c2 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 8 Mar 2014 19:53:16 +0100 Subject: [PATCH] The avp table is the one I wanted to fix --- public/css/icinga/main-content.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 4f938e517..e557df1f6 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -68,7 +68,7 @@ table.avp a { text-decoration: underline; } -table.avp th { +table.avp > tbody > tr > th { text-align: right; margin: 0; width: 11em; @@ -76,7 +76,7 @@ table.avp th { line-height: 2em; } -table.avp td { +table.avp > tbody > tr > td { line-height: 2em; margin: 0; @@ -129,7 +129,7 @@ table.perfdata { font-size: 0.9em; } -table.perfdata > tbody > th { +table.perfdata th { white-space: nowrap; padding: 0; text-align: left;