diff --git a/css/default.css b/css/default.css index e60704680..a5c3fbcba 100644 --- a/css/default.css +++ b/css/default.css @@ -105,7 +105,7 @@ tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:ce caption {padding:0 0 10px;text-align:left} th {padding:12px 0 8px;border-top:1px solid #ddd;border-bottom:1px solid #ddd} th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */ -td {padding:10px 5px 7px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all} +td {padding:10px 5px 7px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.5em;word-break:break-all} table a {color:#000;text-decoration:none} .bo_sideview td {padding:7px 5px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */ .empty_table {padding:85px 0;text-align:center} @@ -114,7 +114,7 @@ table a {color:#000;text-decoration:none} .frm_tbl {} .frm_tbl caption {padding-top:10px;font-size:1.2em;font-weight:bold} .frm_tbl th {padding-left:10px;width:100px;border-top:1px solid #eee;border-bottom:1px solid #eee;text-align:left} -.frm_tbl td {padding:7px 10px;border-color:#eee} +.frm_tbl td {padding:7px 10px;border-color:#eee;background:transparent} .frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #d7d7d7;background:#fff;vertical-align:middle} .frm_tbl textarea:focus, @@ -240,6 +240,12 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f /* 쪽지 */ #memo_view section {margin:0 auto 20px;padding:20px;width:87%} +#memo_view section h2 {width:0;height:0;overflow:hidden} +#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #f7f7f2;list-style:none} +.memo_view_li {position:relative;padding:5px 0} +.memo_view_subj {display:inline-block;width:65px} +#memo_view_ul a {color:#000;text-decoration:none} +#memo_view section p {min-height:150px;height:auto !important;height:150px} #memo_write textarea {height:100px} diff --git a/head.php b/head.php index 4415ebb6d..3a5afd6cc 100644 --- a/head.php +++ b/head.php @@ -37,8 +37,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');