From 627ccfdb9c10dc1c3abb897845f035f9b1ae5b84 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 28 Nov 2013 16:51:16 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20empty=5Flist=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 6 ++++-- css/mobile.css | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/default.css b/css/default.css index 230785f6a..a4de4d937 100644 --- a/css/default.css +++ b/css/default.css @@ -174,7 +174,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .tbl_head01 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} .tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} .tbl_head01 a {} -.tbl_head01 .empty_table {padding:50px 0;text-align:center} .tbl_head02 {margin:0 0 10px} .tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden} @@ -185,7 +184,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .tbl_head02 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} .tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all} .tbl_head02 a {} -.tbl_head02 .empty_table {padding:50px 0;text-align:center} /* 폼 테이블 */ .tbl_frm01 {margin:0 0 20px} @@ -205,6 +203,10 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle} +/* 자료 없는 목록 */ +.empty_table {padding:50px 0 !important;text-align:center} +.empty_list {padding:20px 0 !important;text-align:center} + /* 필수입력 */ .required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important} diff --git a/css/mobile.css b/css/mobile.css index 644366453..021c869a5 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -144,7 +144,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} .tbl_head01 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} .tbl_head01 td {padding:5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} -.tbl_head01 .empty_table {padding:10px 0;text-align:center} .tbl_head02 {} .tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left} @@ -155,7 +154,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} .tbl_head02 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} .tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all} -.tbl_head02 .empty_table {padding:10px 0;text-align:center} /* 폼 테이블 */ .tbl_frm01 {} @@ -168,6 +166,10 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%} .tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em} +/* 자료 없는 목록 */ +.empty_table {padding:20px 0 !important;text-align:center} +.empty_list {padding:20px 0 !important;text-align:center} + /* 필수입력 */ .required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}