From 7ea8bfd3c96aeceb173f952d464201a9c14512d5 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 30 Sep 2013 10:11:15 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20th,=20td=20=ED=8C=A8=EB=94=A9=EA=B0=92=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95,=20=EC=82=AC=EB=85=B8=EB=9D=BC=EA=B0=80=EB=85=B8?= =?UTF-8?q?=EB=9D=BC=EB=8B=98=20=EA=B1=B4=EC=9D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 4 ++-- css/default.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/admin.css b/css/admin.css index a237f67bc..eafc746d2 100644 --- a/css/admin.css +++ b/css/admin.css @@ -186,12 +186,12 @@ fieldset button {padding:0 15px;height:23px;border:0;background:#617d46;color:#f /* 테이블 */ table {clear:both;margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} caption {padding:10px 0 15px;font-weight:bold;text-align:left} -thead th {padding:12px 0 8px;border-bottom:1px solid #666;background:#565e60;color:#fff} +thead th {padding:12px 0;border-bottom:1px solid #666;background:#565e60;color:#fff} thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ thead a {color:#fff} tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} -td {padding:8px 5px 6px;border:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} +td {padding:8px 5px;border:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ /* 내용 없는 테이블 */ .empty_table {padding:200px 0;text-align:center} diff --git a/css/default.css b/css/default.css index 2ab28c502..94c6ca2cc 100644 --- a/css/default.css +++ b/css/default.css @@ -158,13 +158,13 @@ button.btn_frmline {font-size:1em} /* 기본테이블 */ .basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0} .basic_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden} -.basic_tbl thead th {padding:12px 0 8px;background:#565e60;color:#fff} +.basic_tbl thead th {padding:12px 0;background:#565e60;color:#fff} .basic_tbl thead a {color:#fff} .basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ .basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff} .basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center} .basic_tbl tbody th {} -.basic_tbl td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} +.basic_tbl td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} .basic_tbl a {} .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ td.empty_table {padding:85px 0;text-align:center}