쇼핑몰: #272 애니메이션 제어용 버튼 크기 줄임

This commit is contained in:
whitedot
2013-08-14 15:09:31 +09:00
parent c228e28401
commit d787650c23
2 changed files with 2 additions and 2 deletions

View File

@ -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:25px;height:25px;border:0;cursor:pointer}
.sctrl button span {position:absolute;top:0;left:0;width:23px;height:23px;border:1px solid #ccc;background:url('../shop/img/is_button.gif')}
.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.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}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 577 B