From af754bfc7c202446439983a536df51f10f962f1c Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 23 Sep 2013 11:39:40 +0900 Subject: [PATCH 1/3] =?UTF-8?q?M=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EB=AA=A9=EB=A1=9D=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EB=B2=84=ED=8A=BC=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 4 ++-- mobile/shop/list.skin.10.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 55aa6b4ed..af4b37c74 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -95,8 +95,8 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} #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 {position:relative;margin:0 0 0 -1px;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_button.gif')} #sct_lst button.sct_lst_list span {background-position:0 0} #sct_lst button.sct_lst_list span.sct_lst_on {background-position:0 -30px} #sct_lst button.sct_lst_gallery span {background-position:-30px 0} diff --git a/mobile/shop/list.skin.10.php b/mobile/shop/list.skin.10.php index 1a47c1428..68d6adafc 100644 --- a/mobile/shop/list.skin.10.php +++ b/mobile/shop/list.skin.10.php @@ -9,7 +9,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; - if ($i == 1) echo '';