모바일: 1대1 문의 목록 마크업, 스타일 수정

This commit is contained in:
whitedot
2013-12-05 11:16:01 +09:00
parent 2e7f04b877
commit 7698589c56
4 changed files with 50 additions and 69 deletions

View File

@ -26,19 +26,14 @@
#bo_w .btn_cancel {}
#bo_w .btn_frmline {} /* 우편번호검색버튼 등 */
/* 기본테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}
/* 목록 */
#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}
#bo_list .ul_wrap a {display:block;padding:0 0 10px}
#bo_list .ul_wrap .li_chk {position:absolute;top:8px;left:10px}
#bo_list .ul_wrap .li_info span {display:inline-block;margin:0 5px 0 0;vertical-align:middle}
#bo_list .ul_wrap .li_stat {position:absolute;bottom:8px;right:10px}
/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}