From e6525b5e8513e76f1bd3e990d399ed020ba807dc Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 31 Jul 2013 10:33:39 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20#486=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=EA=B4=80=EB=A6=AC=20=EB=A7=8C=EB=A3=8C=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=20=EB=A7=88=ED=81=AC=EC=97=85=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/point_list.php | 8 ++++++-- css/admin.css | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/adm/point_list.php b/adm/point_list.php index 2b0bc81fd..b5fa1ec3d 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -161,7 +161,7 @@ function point_clear() $expr = ''; if($row['po_expired'] == 1) - $expr = ' po_expr'; + $expr = ' txt_expired'; ?> @@ -177,7 +177,11 @@ function point_clear() - + + + 만료 + + diff --git a/css/admin.css b/css/admin.css index 8e87b9d5b..74b4bbd9d 100644 --- a/css/admin.css +++ b/css/admin.css @@ -271,12 +271,12 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 /* 공통 */ .tr_bg {background:#f5f6fa} +.td_addr {text-align:left !important} .td_chk {width:30px;text-align:center} .td_num {width:60px;text-align:center} .td_bignum {width:100px;text-align:center} .td_grid {width:60px;text-align:center} .td_mbid, .td_name, .td_mbname {width:100px;text-align:left !important} -.td_addr {text-align:left !important} .td_date {width:70px;text-align:center} .td_time {width:130px;text-align:center} .td_boolean {width:50px;text-align:center} @@ -285,6 +285,9 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .txt_true {color:#e8180c} .txt_false {color:#ccc} +.txt_active {color:#5d910b} +.txt_expired {color:#ccc} + /* 환경설정 */ .cf_cert_kcp_hide {display:none}