@@ -20,35 +20,29 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
2020# month_traffic { min-width : 85px ; max-width : 95px ;}
2121# network { min-width : 110px ; }
2222# cpu , # ram , # hdd { min-width : 45px ; max-width : 90px ; }
23- # ping { max-width : 110 px ; }
23+ # ping { max-width : 115 px ; }
2424
2525@media only screen and (max-width : 1200px ) {
26- # server {
27- # type , tr td : nth-child (4 ) { display : none; visibility : hidden; }
28- # location , tr td : nth-child (5 ) { display : none; visibility : hidden; }
29- # uptime , tr td : nth-child (6 ) { display : none; visibility : hidden; }
30- # ping , tr td : nth-child (13 ) { display : none; visibility : hidden; }
31- }
26+ # type { display : none; visibility : hidden; }
27+ # location , tr td : nth-child (5 ) { display : none; visibility : hidden; }
28+ # uptime , tr td : nth-child (6 ) { display : none; visibility : hidden; }
29+ # ping , tr td : nth-child (13 ) { display : none; visibility : hidden; }
3230}
3331@media only screen and (max-width : 720px ) {
34- # server {
35- body { font-size : 10px ; }
36- .content { padding : 0 ; }
37- # type , tr td : nth-child (4 ) { display : none; visibility : hidden; }
38- # location , tr td : nth-child (5 ) { display : none; visibility : hidden; }
39- # uptime , tr td : nth-child (6 ) { display : none; visibility : hidden; }
40- # ping , tr td : nth-child (13 ) { display : none; visibility : hidden; }
41- }
32+ body { font-size : 10px ; }
33+ .content { padding : 0 ; }
34+ # type { display : none; visibility : hidden; }
35+ # location , tr td : nth-child (5 ) { display : none; visibility : hidden; }
36+ # uptime , tr td : nth-child (6 ) { display : none; visibility : hidden; }
37+ # ping , tr td : nth-child (13 ) { display : none; visibility : hidden; }
4238}
4339@media only screen and (max-width : 620px ) {
44- # server {
45- body { font-size : 10px ; }
46- .content { padding : 0 ; }
47- # month_traffic , tr td : nth-child (2 ) { display : none; visibility : hidden; }
48- # type , tr td : nth-child (4 ) { display : none; visibility : hidden; }
49- # location , tr td : nth-child (5 ) { display : none; visibility : hidden; }
50- # uptime , tr td : nth-child (6 ) { display : none; visibility : hidden; }
51- # traffic , tr td : nth-child (9 ) { display : none; visibility : hidden; }
52- # ping , tr td : nth-child (13 ) { display : none; visibility : hidden; }
53- }
40+ body { font-size : 10px ; }
41+ .content { padding : 0 ; }
42+ # month_traffic { display : none; visibility : hidden; }
43+ # type { display : none; visibility : hidden; }
44+ # location , tr td : nth-child (5 ) { display : none; visibility : hidden; }
45+ # uptime , tr td : nth-child (6 ) { display : none; visibility : hidden; }
46+ # traffic , tr td : nth-child (9 ) { display : none; visibility : hidden; }
47+ # ping , tr td : nth-child (13 ) { display : none; visibility : hidden; }
5448}
0 commit comments