From 8f179704e61d7a6a80fd04f277d45bfb23e7cd88 Mon Sep 17 00:00:00 2001 From: sora90224 Date: Wed, 16 Sep 2015 12:15:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=84=9C=EC=9E=91=EC=84=B1?= =?UTF-8?q?=20=EC=B9=B4=EC=B9=B4=EC=98=A4=ED=8E=98=EC=9D=B4=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 1 + shop/orderform.php | 2 +- theme/basic/css/default_shop.css | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/default_shop.css b/css/default_shop.css index 2a0ae3b99..0c5144a59 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -393,6 +393,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #sod_frm_paysel .KPAY{background:url('../img/kpay_logo.png') no-repeat;padding-left:37px;display:inline-block} #sod_frm_paysel .PAYNOW{background:url('../img/paynow_logo.png') no-repeat;padding-left:46px;display:inline-block} #sod_frm_paysel .PAYCO{background:url('../img/payco_logo.png') no-repeat 1px;padding-left:46px;display:inline-block} +.kakaopay_icon{background:url('../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px} #settle_bank {margin:10px 0 0} diff --git a/shop/orderform.php b/shop/orderform.php index 89b868b22..9d0a2f19d 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -596,7 +596,7 @@ if($is_kakaopay_use) { // 카카오페이 if($is_kakaopay_use) { $multi_settle++; - echo ' '.PHP_EOL; + echo ' '.PHP_EOL; $checked = ''; } diff --git a/theme/basic/css/default_shop.css b/theme/basic/css/default_shop.css index 3e13c8fca..8226f17ab 100644 --- a/theme/basic/css/default_shop.css +++ b/theme/basic/css/default_shop.css @@ -393,6 +393,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #sod_frm_paysel .KPAY{background:url('../../../img/kpay_logo.png') no-repeat;padding-left:37px;display:inline-block} #sod_frm_paysel .PAYNOW{background:url('../../../img/paynow_logo.png') no-repeat;padding-left:46px;display:inline-block} #sod_frm_paysel .PAYCO{background:url('../../../img/payco_logo.png') no-repeat 1px;padding-left:46px;display:inline-block} +.kakaopay_icon{background:url('../../../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px} #settle_bank {margin:10px 0 0}