diff --git a/css/default_shop.css b/css/default_shop.css index e2f6b8e91..eac82095a 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -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} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 225165ae7..58df6c54b 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -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} diff --git a/shop/list.sub.php b/shop/list.sub.php index 2e32fb66d..83bf8adef 100644 --- a/shop/list.sub.php +++ b/shop/list.sub.php @@ -2,7 +2,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> -
- - -
\ No newline at end of file + \ No newline at end of file