베이직테마 주문서 간편결제 css

This commit is contained in:
sora90224
2015-09-07 12:03:13 +09:00
parent 4adf865039
commit 05e86288cd
2 changed files with 6 additions and 6 deletions

View File

@ -390,9 +390,9 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
#sod_frm_paysel {margin:0 0 20px;padding:10px;border:1px solid #e9e9e9;background:#f2f5f9;text-align:center}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#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}
#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}
#settle_bank {margin:10px 0 0}

View File

@ -351,9 +351,9 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
#sod_frm_paysel ul {margin:0;padding:0;}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {float:left;padding:5px 2%;width:46%}
#sod_frm_paysel .KPAY{background:url('../../img/kpay_logo.png') no-repeat;padding-left:37px;}
#sod_frm_paysel .PAYNOW{background:url('../../img/paynow_logo.png') no-repeat;padding-left:46px;}
#sod_frm_paysel .PAYCO{background:url('../../img/payco_logo.png') no-repeat 1px ;padding-left:46px;}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay_logo.png') no-repeat;padding-left:37px;}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow_logo.png') no-repeat;padding-left:46px;}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco_logo.png') no-repeat 1px ;padding-left:46px;}
#sod_frm_paysel #settle_bank {padding:10px;background:#fff;line-height:2em;border:1px solid #dbdbdb}