사용자: 기본테이블 및 게시판 스킨 작업 시작
This commit is contained in:
@ -82,6 +82,30 @@ hr {display:none}
|
||||
/* PC 초기화면 */
|
||||
#idx_catch {margin-bottom:10px;padding: 25px 0 25px}
|
||||
|
||||
/* ///// 기본테이블 ///// */
|
||||
table {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
tfoot th {border-top:1px solid #c9c9c9;border-bottom:1px solid #c9c9c9}
|
||||
tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:center}
|
||||
caption {padding:0 0 10px;text-align:left}
|
||||
th {padding:12px 0 8px;border-top:3px solid #484848;border-bottom:1px solid #a9a9a9}
|
||||
th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||
.empty_table {padding:85px 0;text-align:center}
|
||||
|
||||
/* ///// 테이블 항목별 정의 ///// */
|
||||
.td_chk {width:40px;text-align:center}
|
||||
.td_group {width:100px;text-align:center}
|
||||
.td_board {width:120px;text-align:center}
|
||||
.td_num {width:50px;text-align:center}
|
||||
.td_bignum {width:80px;text-align:center}
|
||||
.td_mb_id {width:120px;text-align:center}
|
||||
.td_nick {width:100px;text-align:center}
|
||||
.td_name {width:100px;text-align:left}
|
||||
.td_name div {position:relative}
|
||||
.td_date {width:60px;text-align:center}
|
||||
.td_datetime {width:100px;text-align:center}
|
||||
.td_mng {width:80px;text-align:center}
|
||||
|
||||
/* ///// 스킨별 스타일 ///// */
|
||||
/* 아웃로그인 스킨 */
|
||||
.ol {position:relative;margin-bottom:10px;padding:14px;border:1px solid #ddd;background:#fff}
|
||||
|
||||
@ -64,7 +64,7 @@ if ($is_nogood) $colspan++;
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="sw" value="">
|
||||
<table id="bo_list">
|
||||
<caption><?=$board['bo_subject']?> 목록</caption>
|
||||
<caption><?=$board['bo_subject']?> 글목록</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">번호</th>
|
||||
@ -132,7 +132,7 @@ for ($i=0; $i<count($list); $i++) {
|
||||
<div class="bo_fx">
|
||||
<ul class="btn_bo_adm">
|
||||
<? if ($list_href) { ?>
|
||||
<li><a href="<?=$list_href?>" class="btn02">목록</a></li>
|
||||
<li><a href="<?=$list_href?>" class="btn02"> 목록</a></li>
|
||||
<? } ?>
|
||||
<? if ($is_checkbox) { ?>
|
||||
<li><input type="submit" name="btn_submit" onclick="document.pressed=this.value" value="선택삭제"></li>
|
||||
|
||||
Reference in New Issue
Block a user