mirror of https://github.com/cppla/ServerStatus
css
parent
a2864febcc
commit
b2d8dfd1e8
|
@ -44,17 +44,11 @@ tr.odd.expandRow > :hover { background: #000 !important; }
|
||||||
@media only screen and (max-width: 450px) {
|
@media only screen and (max-width: 450px) {
|
||||||
body { font-size: 10px; }
|
body { font-size: 10px; }
|
||||||
.content { padding: 0; }
|
.content { padding: 0; }
|
||||||
#status4, tr td:nth-child(1) { width: 35px; }
|
#name, tr td:nth-child(3) { min-width: 55px; max-width: 85px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
|
||||||
#ipstatus, tr td:nth-child(2) { width: 35px; }
|
|
||||||
#name, tr td:nth-child(3) { min-width: 45px; max-width: 55px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
|
|
||||||
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
|
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
|
||||||
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
|
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
|
||||||
#uptime, tr td:nth-child(6) { 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(8) { display:none; visibility:hidden; }
|
#cpu, #ram, #hdd { min-width: 25px; max-width: 50px; }
|
||||||
|
|
||||||
#cpu, tr td:nth-child(10) { width: 55px; }
|
|
||||||
#ram, tr td:nth-child(11) { width: 55px; }
|
|
||||||
#hdd, tr td:nth-child(12) { display:none; visibility:hidden; }
|
|
||||||
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
|
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
|
||||||
}
|
}
|
|
@ -41,17 +41,11 @@ tr.odd.expandRow > :hover { background: #FFF !important; }
|
||||||
@media only screen and (max-width: 450px) {
|
@media only screen and (max-width: 450px) {
|
||||||
body { font-size: 10px; }
|
body { font-size: 10px; }
|
||||||
.content { padding: 0; }
|
.content { padding: 0; }
|
||||||
#status4, tr td:nth-child(1) { width: 35px; }
|
#name, tr td:nth-child(3) { min-width: 55px; max-width: 85px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
|
||||||
#ipstatus, tr td:nth-child(2) { width: 35px; }
|
|
||||||
#name, tr td:nth-child(3) { min-width: 45px; max-width: 55px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
|
|
||||||
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
|
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
|
||||||
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
|
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
|
||||||
#uptime, tr td:nth-child(6) { 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(8) { display:none; visibility:hidden; }
|
#cpu, #ram, #hdd { min-width: 25px; max-width: 50px; }
|
||||||
|
|
||||||
#cpu, tr td:nth-child(10) { width: 55px; }
|
|
||||||
#ram, tr td:nth-child(11) { width: 55px; }
|
|
||||||
#hdd, tr td:nth-child(12) { display:none; visibility:hidden; }
|
|
||||||
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
|
#ping, tr td:nth-child(13) { display:none; visibility:hidden; }
|
||||||
}
|
}
|
Loading…
Reference in New Issue