mirror of
https://github.com//cppla/ServerStatus
synced 2025-07-14 05:52:21 +08:00
add length for network
This commit is contained in:
parent
45a0723bea
commit
c512ede1f7
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user