From 77403d55d632836dfe76e2e6b3814549b773d211 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 31 Mar 2014 10:53:54 +0200 Subject: [PATCH] Fix firefox specific graphical bugs in the servicematrix view --- public/css/icinga/monitoring-colors.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/css/icinga/monitoring-colors.less b/public/css/icinga/monitoring-colors.less index ead499458..b423c4780 100644 --- a/public/css/icinga/monitoring-colors.less +++ b/public/css/icinga/monitoring-colors.less @@ -535,13 +535,10 @@ table.pivot { thead { th { height: 6em; - position: relative; div { - margin-top: -3em; margin-right: -1.5em; padding-left: 1.3em; - position: absolute; span { width: 1.5em; @@ -576,6 +573,7 @@ table.pivot { tbody { th { padding: 0 14px 0 0; + white-space: nowrap; a { font-size: 0.8em;