diff --git a/css/default_shop.css b/css/default_shop.css index 6b83210f9..389f2f860 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -196,6 +196,8 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} .btn01:focus, .btn01:hover {text-decoration:none !important} .btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #333 !important;background:#333 !important;color:#fff !important;text-decoration:none !important;line-height:2.15em;vertical-align:middle} .btn02:focus, .btn02:hover {text-decoration:none !important} +button.btn01 {cursor:pointer} +button.btn02 {cursor:pointer} .btn_confirm {text-align:center} /* 서식단계 진행 */ .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} button.btn_submit {height:22px !important;font-size:1em} diff --git a/shop/ordercoupon.php b/shop/ordercoupon.php index 0af7f7087..8102afbb8 100644 --- a/shop/ordercoupon.php +++ b/shop/ordercoupon.php @@ -21,45 +21,52 @@ $count = mysql_num_rows($result);
| 쿠폰명 | @@ -71,7 +69,7 @@ $count = mysql_num_rows($result); - +@@ -83,7 +81,7 @@ $count = mysql_num_rows($result); |
|---|