diff --git a/web/css/dark.css b/web/css/dark.css index 920502a..638ba53 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -103,15 +103,17 @@ tr.odd.expandRow:hover { } #month_traffic { - width: 130px; + min-width: 85px; + max-width: 95px; } #network { - width: 138px; + min-width: 110px; } #cpu, #ram, #hdd { - width: 90px; + min-width: 45px; + max-width: 90px; } #ping { @@ -119,6 +121,14 @@ tr.odd.expandRow:hover { } @media only screen and (max-width: 1200px) { + body { + font-size: 10px; + } + + .content { + padding: 0; + } + #type, #location, #uptime, #ping { display: none; visibility: hidden; @@ -129,12 +139,11 @@ tr.odd.expandRow:hover { body { font-size: 10px; } + .content { padding: 0; } - #cpu, #ram, #hdd { - width: 50px; - } + #month_traffic, #type, #location, #uptime, #ping { display: none; visibility: hidden; @@ -145,12 +154,11 @@ tr.odd.expandRow:hover { body { font-size: 10px; } + .content { padding: 0; } - #cpu, #ram, #hdd { - width: 50px; - } + #month_traffic, #type, #location, #uptime, #traffic, #ping { display: none; visibility: hidden; diff --git a/web/css/light.css b/web/css/light.css index 10e26f7..43ee347 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -84,15 +84,17 @@ tr.odd.expandRow:hover { } #month_traffic { - width: 130px; + min-width: 85px; + max-width: 95px; } #network { - width: 138px; + min-width: 110px; } #cpu, #ram, #hdd { - width: 90px; + min-width: 45px; + max-width: 90px; } #ping { @@ -100,6 +102,14 @@ tr.odd.expandRow:hover { } @media only screen and (max-width: 1200px) { + body { + font-size: 10px; + } + + .content { + padding: 0; + } + #type, #location, #uptime, #ping { display: none; visibility: hidden; @@ -110,12 +120,11 @@ tr.odd.expandRow:hover { body { font-size: 10px; } + .content { padding: 0; } - #cpu, #ram, #hdd { - width: 50px; - } + #month_traffic, #type, #location, #uptime, #ping { display: none; visibility: hidden; @@ -126,12 +135,11 @@ tr.odd.expandRow:hover { body { font-size: 10px; } + .content { padding: 0; } - #cpu, #ram, #hdd { - width: 50px; - } + #month_traffic, #type, #location, #uptime, #traffic, #ping { display: none; visibility: hidden;