관리자: 쇼핑몰현황 작업 중 empty_table -> empty_data 로 수정
This commit is contained in:
@ -247,7 +247,6 @@ tfoot th {}
|
||||
tfoot td {font-weight:bold;text-align:center}
|
||||
|
||||
.tbl_wrap {margin:0 0 10px;padding:0 20px}
|
||||
.tbl_wrap td.empty_table {padding:100px 0;text-align:center}
|
||||
|
||||
/* thead 한 줄 테이블 */
|
||||
.tbl_head01 {}
|
||||
@ -274,6 +273,9 @@ tfoot td {font-weight:bold;text-align:center}
|
||||
.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||
.tbl_frm01 #captcha input {margin-left:5px;text-align:center}
|
||||
|
||||
/* 자료 없는 목록 */
|
||||
.empty_data {padding:100px 0;text-align:center}
|
||||
|
||||
/* 테이블 그리드 */
|
||||
.grid_1 {width:50px}
|
||||
.grid_2 {width:100px}
|
||||
@ -573,7 +575,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
.srel .srel_pad {display:block;height:30px}
|
||||
|
||||
/* 쿠폰관리 */
|
||||
.scp_new_win .empty_table {padding:30px 0}
|
||||
.scp_new_win .empty_data {padding:30px 0}
|
||||
|
||||
#scp_list_find {margin:10px 20px;padding:20px;border:1px solid #e9e9e9;background:#fff}
|
||||
#scp_list_find .btn_frmline {line-height:1.5em !important}
|
||||
|
||||
Reference in New Issue
Block a user