diff --git a/icinga.css b/icinga.css index bac2b49..12b5f68 100644 --- a/icinga.css +++ b/icinga.css @@ -14,6 +14,15 @@ body { float: left } +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; @@ -128,5 +137,5 @@ a.uglyfirstahack { } body#popup { - min-width: 450px; + width: 100%; }