diff --git a/web/css/dark.css b/web/css/dark.css index f12fe19..4e4fbe8 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -17,8 +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; } -#ping { min-width: 55px; max-width: 130px; } @media only screen and (max-width: 992px) { #location, tr td:nth-child(5) { display:none; visibility:hidden; } @@ -38,7 +39,7 @@ tr.odd.expandRow > :hover { background: #000 !important; } #type, tr td:nth-child(4) { display:none; visibility:hidden; } #location, tr td:nth-child(5) { display:none; visibility:hidden; } #uptime, tr td:nth-child(6) { display:none; visibility:hidden; } - #network, tr td:nth-child(8) { display:none; visibility:hidden; } + #traffic, tr td:nth-child(9) { display:none; visibility:hidden; } #ping, tr td:nth-child(13) { display:none; visibility:hidden; } } @media only screen and (max-width: 450px) { @@ -48,7 +49,7 @@ tr.odd.expandRow > :hover { background: #000 !important; } #type, tr td:nth-child(4) { display:none; visibility:hidden; } #location, tr td:nth-child(5) { display:none; visibility:hidden; } #uptime, tr td:nth-child(6) { display:none; visibility:hidden; } - #network, tr td:nth-child(8) { display:none; visibility:hidden; } + #traffic, tr td:nth-child(9) { display:none; visibility:hidden; } #cpu, #ram, #hdd { min-width: 25px; max-width: 50px; } #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 b10abfd..477186a 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -14,8 +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; } -#ping { min-width: 55px; max-width: 130px; } @media only screen and (max-width: 992px) { #location, tr td:nth-child(5) { display:none; visibility:hidden; } @@ -35,7 +36,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; } #type, tr td:nth-child(4) { display:none; visibility:hidden; } #location, tr td:nth-child(5) { display:none; visibility:hidden; } #uptime, tr td:nth-child(6) { display:none; visibility:hidden; } - #network, tr td:nth-child(8) { display:none; visibility:hidden; } + #traffic, tr td:nth-child(9) { display:none; visibility:hidden; } #ping, tr td:nth-child(13) { display:none; visibility:hidden; } } @media only screen and (max-width: 450px) { @@ -45,7 +46,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; } #type, tr td:nth-child(4) { display:none; visibility:hidden; } #location, tr td:nth-child(5) { display:none; visibility:hidden; } #uptime, tr td:nth-child(6) { display:none; visibility:hidden; } - #network, tr td:nth-child(8) { display:none; visibility:hidden; } + #traffic, tr td:nth-child(9) { display:none; visibility:hidden; } #cpu, #ram, #hdd { min-width: 25px; max-width: 50px; } #ping, tr td:nth-child(13) { display:none; visibility:hidden; } } \ No newline at end of file