모바일쇼핑몰: #336 주문 안내 마크업 및 스타일 수정

This commit is contained in:
whitedot
2013-11-22 16:24:21 +09:00
parent 8446ebb2cd
commit 808a3d1c4d
3 changed files with 18 additions and 12 deletions

View File

@ -401,6 +401,9 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
#od_addr1, #od_addr2, #od_email, #od_b_addr1, #od_b_addr2 {width:100%} #od_addr1, #od_addr2, #od_email, #od_b_addr1, #od_b_addr2 {width:100%}
#sod_frm #od_memo {height:70px} #sod_frm #od_memo {height:70px}
#sod_frm #show_progress {text-align:center}
#sod_frm #show_progress span {display:block;margin:5px 0 0}
/* 주문내역 */ /* 주문내역 */
#sod_v {} #sod_v {}
#sod_v .td_stat {width:100px} #sod_v .td_stat {width:100px}

BIN
mobile/shop/img/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -770,7 +770,10 @@ ob_end_clean();
<a href="javascript:history.go(-1);" class="btn_cancel">취소</a> <a href="javascript:history.go(-1);" class="btn_cancel">취소</a>
</div> </div>
<p id="show_progress" style="display:none;">주문완료 중입니다. 잠시만 기다려 주십시오.</p> <div id="show_progress" style="display:none;">
<img src="<?php echo G5_MOBILE_URL; ?>/shop/img/loading.gif" alt="">
<span>주문완료 중입니다. 잠시만 기다려 주십시오.</span>
</div>
</form> </form>
<?php if ($default['de_escrow_use']) { ?> <?php if ($default['de_escrow_use']) { ?>