From 7346720d385195fac9de5bcbc88dfd054905fa82 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 27 Aug 2013 13:10:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=9E=AC?= =?UTF-8?q?=EC=83=9D=EC=A0=95=EC=A7=80=20FF,=20IE=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/default_shop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 652094eef..9eff49ec1 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -188,8 +188,8 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} .sctrl {margin:0;padding:0;list-style:none;zoom:1} .sctrl:after {display:block;visibility:hidden;clear:both;content:""} .sctrl li {position:relative;float:left;margin:0 0 0 -1px} -.sctrl button {position:relative;margin:0;padding:0;width:19px;height:19px;border:0;cursor:pointer} -.sctrl button span {position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #ccc;background:url('../shop/img/is_button.gif')} +.sctrl button {position:relative;margin:0;padding:0;width:21px;height:21px;border:0;cursor:pointer;overflow:hidden} +.sctrl button span {position:absolute;top:0;left:0;width:19px;height:19px;border:1px solid #ccc;background:url('../shop/img/is_button.gif')} .sctrl button.sctrl_play span {background-position:-60px 0} .sctrl button.sctrl_play span.sctrl_on {background-position:-60px -30px} .sctrl button.sctrl_stop span {background-position:-90px 0}