From cdf0fd7ab26d9ef928012f227c60cce599dcf563 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Mar 2014 17:11:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EB=AA=A9=EB=A1=9D=20=EB=A6=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EB=B7=B0=20=EA=B0=A4=EB=9F=AC=EB=A6=AC=EB=B7=B0=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {shop => skin/shop/basic}/img/is_button.gif | Bin skin/shop/basic/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {shop => skin/shop/basic}/img/is_button.gif (100%) diff --git a/shop/img/is_button.gif b/skin/shop/basic/img/is_button.gif similarity index 100% rename from shop/img/is_button.gif rename to skin/shop/basic/img/is_button.gif diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index e0c33c972..9086a7ca3 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -295,7 +295,7 @@ #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 span {position:absolute;top:0;left:0;width:23px;height:23px;border:1px solid #ccc;background:url('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}