From c512ede1f768ee5da5f59af2db31cbdc2b26c527 Mon Sep 17 00:00:00 2001 From: windows11 Date: Thu, 14 Oct 2021 19:54:16 +0800 Subject: [PATCH] add length for network --- web/css/dark.css | 6 +++--- web/css/light.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/css/dark.css b/web/css/dark.css index 4e4fbe8..35b53dd 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -17,9 +17,9 @@ body { background: #222 url('../img/dark.png'); color: #fff; } tr.even.expandRow > :hover { background: #2F2F2F !important; } tr.odd.expandRow > :hover { background: #000 !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } -#month_traffic { min-width: 90px; } -#network { min-width: 50px; max-width: 55px; } -#cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; } +#month_traffic { min-width: 85px; } +#network { min-width: 80px; } +#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; } @media only screen and (max-width: 992px) { #location, tr td:nth-child(5) { display:none; visibility:hidden; } diff --git a/web/css/light.css b/web/css/light.css index 477186a..3b9d5d5 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -14,9 +14,9 @@ body { background: #ebebeb url('../img/light.png'); } tr.even.expandRow > :hover { background: #F9F9F9 !important; } tr.odd.expandRow > :hover { background: #FFF !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } -#month_traffic { min-width: 90px; } -#network { min-width: 50px; max-width: 55px; } -#cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; } +#month_traffic { min-width: 85px; } +#network { min-width: 80px; } +#cpu, #ram, #hdd, #network { min-width: 45px; max-width: 90px; } @media only screen and (max-width: 992px) { #location, tr td:nth-child(5) { display:none; visibility:hidden; }