From 46118471a701112a99cc123d3cd8a67f44079eb5 Mon Sep 17 00:00:00 2001 From: Toyo Date: Sat, 20 May 2017 16:27:08 +0800 Subject: [PATCH] =?UTF-8?q?#=20=E7=AA=84=E5=B1=8F/=E7=A7=BB=E5=8A=A8=20?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=20CSS=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/light.css b/css/light.css index 8cbdf0c..2dc8619 100644 --- a/css/light.css +++ b/css/light.css @@ -19,7 +19,7 @@ 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; } -#status, tr td:nth-child(1) { min-width: 70px; max-width: 100px;} +#status, tr td:nth-child(1) { min-width: 70px; max-width: 100px; } #ip, tr td:nth-child(2) { min-width: 50px; } #type_1, tr td:nth-child(5) { display:none;min-width: 40px; } #location, tr td:nth-child(6) { min-width: 50px; } @@ -46,7 +46,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; } @media only screen and (max-width: 450px) { body { font-size: 10px; } .content { padding: 0; } - #status, tr td:nth-child(1) { min-width: 25px; max-width: 30px;} + #status, tr td:nth-child(1) { min-width: 30px; max-width: 100px; } #name, tr td:nth-child(2) { min-width: 25px; max-width: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } #type, tr td:nth-child(4) { display:none; } #type_1, tr td:nth-child(5) { display:none; }