From 1f91fa3c044fd4a4d180c0c8e9746d37a7d1cb30 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 4 Feb 2024 18:08:54 +0530 Subject: [PATCH] main.css: updated css for dashboard changes. --- DnsServerCore/www/css/main.css | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/DnsServerCore/www/css/main.css b/DnsServerCore/www/css/main.css index 14451dcd..b5bb33f3 100644 --- a/DnsServerCore/www/css/main.css +++ b/DnsServerCore/www/css/main.css @@ -145,10 +145,6 @@ th a { #header .title, .container, #footer .content { width: 1170px; } - - .stats-panel .stats-item { - padding: 6px !important; - } } .form-inline .form-group { @@ -225,8 +221,8 @@ th a { color: #ffffff; } - .stats-panel .name-error { - background-color: rgba(7, 7, 7, 0.7); + .stats-panel .nxdomain { + background-color: rgba(120, 120, 120, 0.7); color: #ffffff; } @@ -250,6 +246,11 @@ th a { color: #ffffff; } + .stats-panel .dropped { + background-color: rgba(30, 30, 30, 0.7); + color: #ffffff; + } + .stats-panel .recursions { background-color: rgba(23, 162, 184, 0.7); color: #ffffff; @@ -260,8 +261,12 @@ th a { color: #ffffff; } + .stats-panel .stats-last-item { + margin-right: 0% !important; + } + .stats-panel .stats-item { - width: 9.7%; + width: 8.818%; float: left; padding: 4px; margin-right: 0.3%; @@ -283,13 +288,15 @@ th a { } .zone-stats-panel { - height: 70px; - padding: 6px 0 6px 4px; - margin-bottom: 10px; + margin-bottom: 15px; } + .zone-stats-panel .stats-last-item { + margin-right: 0% !important; + } + .zone-stats-panel .stats-item { - width: 16%; + width: 16.125%; float: left; padding: 6px 4px; margin-right: 0.65%;