관리자: #486 포인트관리 만료 표시 마크업 완료

This commit is contained in:
whitedot
2013-07-31 10:33:39 +09:00
parent 4ae1ddc6e7
commit e6525b5e85
2 changed files with 10 additions and 3 deletions

View File

@ -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}