diff --git a/web/css/dark.css b/web/css/dark.css index 0d6881c..aec8ffe 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -18,7 +18,7 @@ tr.even.expandRow > :hover { background: #212e36 !important; } tr.odd.expandRow > :hover { background: #212e36 !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } #month_traffic { min-width: 85px; max-width: 95px;} -#network { min-width: 110px; } +#network { min-width: 138px; } #cpu, #ram, #hdd { min-width: 45px; max-width: 90px; } #ping { max-width: 115px; } @@ -45,4 +45,4 @@ tr.odd.expandRow > :hover { background: #212e36 !important; } #uptime, tr td:nth-child(6) { display:none; visibility:hidden; } #traffic, tr td:nth-child(9) { display:none; visibility:hidden; } #ping, tr td:nth-child(13) { display:none; visibility:hidden; } -} \ No newline at end of file +} diff --git a/web/css/light.css b/web/css/light.css index 811c8d0..155b95a 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -15,7 +15,7 @@ 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: 85px; max-width: 95px;} -#network { min-width: 110px; } +#network { width: 138px; } #cpu, #ram, #hdd { min-width: 45px; max-width: 90px; } #ping { max-width: 115px; }