모바일: 1대1 문의 추가 수정

This commit is contained in:
whitedot
2013-12-05 11:17:25 +09:00
parent 7698589c56
commit f67669969e
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="page" value="<?php echo $page; ?>">
<?php if ($is_checkbox) { ?>
<div id="bo_chk">
<div id="list_chk">
<label for="chkall" class="sound_only">게시물 전체</label>
<input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">
</div>

View File

@ -27,6 +27,7 @@
#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */
/* 목록 */
#bo_list #list_chk {padding:0 10px 10px}
#bo_list .ul_wrap ul {margin:0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#bo_list .ul_wrap li {position:relative;padding:8px 10px;border-bottom:1px solid #e9e9e9}
#bo_list .ul_wrap li.bo_adm {padding:8px 10px 8px 30px}