From 50be5d0b095e2c909ead4aadce341b1f0dae186f Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 25 Feb 2023 13:16:51 +0530 Subject: [PATCH] updated main.css for dashboard zone stats changes. --- DnsServerCore/www/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DnsServerCore/www/css/main.css b/DnsServerCore/www/css/main.css index ddcfc970..14451dcd 100644 --- a/DnsServerCore/www/css/main.css +++ b/DnsServerCore/www/css/main.css @@ -289,16 +289,16 @@ th a { } .zone-stats-panel .stats-item { - width: 19.25%; + width: 16%; float: left; padding: 6px 4px; - margin-right: 0.75%; + margin-right: 0.65%; background-color: rgba(51, 122, 183, 0.7); color: #ffffff; } .zone-stats-panel .stats-item .number { - font-size: 15px; + font-size: 14px; font-weight: bold; padding: 6px 0; }