공통: 주문상세내역 주문번호와 주문리스트 사이 여백 추가

This commit is contained in:
whitedot
2014-02-24 09:37:02 +09:00
parent 1a618d62da
commit b8caab8103
4 changed files with 6 additions and 2 deletions

View File

@ -734,6 +734,8 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
/* 주문상세내역 */
#sod_fin {}
#sod_fin_no {margin:0 0 20px}
#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}

View File

@ -368,6 +368,8 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
/* 주문상세내역 */
#sod_fin {}
#sod_fin_no {margin:0 0 20px}
#sod_fin_list h2 {margin:0 0 10px}
#sod_sts_wrap {margin:0 0 10px;text-align:right}

View File

@ -25,7 +25,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
<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">
<h2>주문하신 상품</h2>

View File

@ -38,7 +38,7 @@ if(openwin != null) {
<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">
<h2>주문하신 상품</h2>