쇼핑몰공통: 상품유형보기 버튼 마크업 수정

This commit is contained in:
whitedot
2013-08-09 10:48:08 +09:00
parent d7026ee288
commit d5ba685fab
3 changed files with 10 additions and 6 deletions

View File

@ -381,7 +381,9 @@ td.empty_table {padding:85px 0;text-align:center}
#sct_sort li {float:left;position:relative;margin-left:-1px}
/* 상품 리스트 스타일 선택 */
#sct_lst {float:right;margin:0 0 10px;letter-spacing:-5px}
#sct_lst {float:right;margin:0 0 10px;padding:0;list-style:none;zoom:1}
#sct_lst:after {display:block;visibility:hidden;clear:both;content:""}
#sct_lst li {position:relative;float:left;margin:0 0 0 -1px}
#sct_lst button {position:relative;margin:0;padding:0;width:25px;height:25px;border:0;cursor:pointer}
#sct_lst button span {position:absolute;top:0;left:0;width:23px;height:23px;border:1px solid #ccc;background:url('../shop/img/is_button.gif')}
#sct_lst button.sct_lst_list span {background-position:0 0}

View File

@ -90,7 +90,9 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
#sct_sort .btn01 {font-size:0.75em}
/* 상품 리스트 스타일 선택 */
#sct_lst {float:right;margin:1em 0}
#sct_lst {float:right;margin:1em 0;padding:0;list-style:none;zoom:1}
#sct_lst:after {display:block;visibility:hidden;clear:both;content:""}
#sct_lst li {position:relative;float:left;margin:0 0 0 -1px}
#sct_lst button {position:relative;margin:0 0 0 -5px;padding:0;width:25px;height:25px;border:1px solid #ccc;cursor:pointer}
#sct_lst button span {position:absolute;top:0;left:0;width:100%;height:100%;background:url('../shop/img/is_list_style.gif')}
#sct_lst button.sct_lst_list span {background-position:0 0}

View File

@ -2,7 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div id="sct_lst">
<button type="button" class="sct_lst_view sct_lst_list">리스트뷰<span></span></button>
<button type="button" class="sct_lst_view sct_lst_gallery">갤러리뷰<span></span></button>
</div>
<ul id="sct_lst">
<li><button type="button" class="sct_lst_view sct_lst_list">리스트뷰<span></span></button></li>
<li><button type="button" class="sct_lst_view sct_lst_gallery">갤러리뷰<span></span></button></li>
</ul>