공통: 주문상세내역 주문번호와 주문리스트 사이 여백 추가
This commit is contained in:
@ -734,6 +734,8 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
|||||||
/* 주문상세내역 */
|
/* 주문상세내역 */
|
||||||
#sod_fin {}
|
#sod_fin {}
|
||||||
|
|
||||||
|
#sod_fin_no {margin:0 0 20px}
|
||||||
|
|
||||||
#sod_sts_wrap {margin:0 0 10px;text-align:right}
|
#sod_sts_wrap {margin:0 0 10px;text-align:right}
|
||||||
#sod_sts_explan {display:none}
|
#sod_sts_explan {display:none}
|
||||||
|
|
||||||
|
|||||||
@ -368,6 +368,8 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
|||||||
/* 주문상세내역 */
|
/* 주문상세내역 */
|
||||||
#sod_fin {}
|
#sod_fin {}
|
||||||
|
|
||||||
|
#sod_fin_no {margin:0 0 20px}
|
||||||
|
|
||||||
#sod_fin_list h2 {margin:0 0 10px}
|
#sod_fin_list h2 {margin:0 0 10px}
|
||||||
|
|
||||||
#sod_sts_wrap {margin:0 0 10px;text-align:right}
|
#sod_sts_wrap {margin:0 0 10px;text-align:right}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
|
|
||||||
<div id="sod_fin">
|
<div id="sod_fin">
|
||||||
|
|
||||||
<p>주문번호 <strong><?php echo $od_id; ?></strong></p>
|
<div id="sod_fin_no">주문번호 <strong><?php echo $od_id; ?></strong></div>
|
||||||
|
|
||||||
<section class="sod_fin_list">
|
<section class="sod_fin_list">
|
||||||
<h2>주문하신 상품</h2>
|
<h2>주문하신 상품</h2>
|
||||||
|
|||||||
@ -38,7 +38,7 @@ if(openwin != null) {
|
|||||||
|
|
||||||
<div id="sod_fin">
|
<div id="sod_fin">
|
||||||
|
|
||||||
<p>주문번호 <strong><?php echo $od_id; ?></strong></p>
|
<div id="sod_fin_no">주문번호 <strong><?php echo $od_id; ?></strong></div>
|
||||||
|
|
||||||
<section id="sod_fin_list">
|
<section id="sod_fin_list">
|
||||||
<h2>주문하신 상품</h2>
|
<h2>주문하신 상품</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user