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}