From 8d667f91ffa3fe74b1dd5568736e754a491d5104 Mon Sep 17 00:00:00 2001 From: Michael Bladowski Date: Sun, 20 May 2018 13:11:58 +0200 Subject: [PATCH 1/2] fix shaking problem with long service names a dynamic solution is better than a fixed --- icinga.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/icinga.css b/icinga.css index bac2b49..53a9c59 100644 --- a/icinga.css +++ b/icinga.css @@ -14,6 +14,10 @@ body { float: left } +table#tableOverview, table#tableHosts { + width: 100%; +} + #totalsHosts th, #totalsServices th { background: #707677; color: white; @@ -128,5 +132,5 @@ a.uglyfirstahack { } body#popup { - min-width: 450px; + width: 100%; } From f1c276d9f40592c8092ef8a43186d4de2a086fd2 Mon Sep 17 00:00:00 2001 From: Michael Bladowski Date: Mon, 21 May 2018 13:58:38 +0200 Subject: [PATCH 2/2] fix shacking, give popup enough space --- icinga.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/icinga.css b/icinga.css index 53a9c59..12b5f68 100644 --- a/icinga.css +++ b/icinga.css @@ -14,10 +14,15 @@ body { float: left } -table#tableOverview, table#tableHosts { +table#tableOverview, table#tableHosts, #tabs, #tab-1,#tab-2,#tab-3,#tab-4 { width: 100%; } +#tabs { + margin-right: 50px; + padding-right: 150px; +} + #totalsHosts th, #totalsServices th { background: #707677; color: white;