From d5ba685fabb43fdcbc0cb94a13920ac0a8b1edae Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 9 Aug 2013 10:48:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B3=B5=ED=86=B5:?= =?UTF-8?q?=20=EC=83=81=ED=92=88=EC=9C=A0=ED=98=95=EB=B3=B4=EA=B8=B0=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EB=A7=88=ED=81=AC=EC=97=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 4 +++- css/mobile_shop.css | 4 +++- shop/list.sub.php | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) 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