mirror of
https://github.com//cppla/ServerStatus
synced 2025-07-14 22:12:20 +08:00
change css show month_traffic
This commit is contained in:
parent
34236b4c5f
commit
87895de2cf
@ -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; }
|
||||
}
|
@ -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; }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user