diff --git a/adm/shop_admin/orderform.php b/adm/shop_admin/orderform.php index 185aabc69..568137a4e 100644 --- a/adm/shop_admin/orderform.php +++ b/adm/shop_admin/orderform.php @@ -751,9 +751,9 @@ if(!sql_query(" select ad_addr3 from {$g5['g5_shop_order_address_table']} limit 주소 검색
- +
- +

diff --git a/css/admin.css b/css/admin.css index 0c82e993a..9dd1551f5 100644 --- a/css/admin.css +++ b/css/admin.css @@ -182,7 +182,6 @@ h3 {margin:0 20px} .sitecode {display:inline-block;font:bold 15px 'Verdana';vertical-align:middle} /* 폼 */ -label {vertical-align:middle} textarea, .frm_input {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle} textarea {padding:2px;width:90%} .frm_input {height:22px;line-height:2em} @@ -546,8 +545,8 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} .sodr_sppay {color:#1f9bff} #anc_sodr_memo textarea {width:98%} #anc_sodr_memo .btn_confirm {margin:10px 0 0} -#anc_sodr_orderer #od_addr1, #anc_sodr_orderer #od_addr2 {margin:5px 0 0} -#anc_sodr_taker #od_b_addr1, #anc_sodr_taker #od_b_addr2 {margin:5px 0 0} +#anc_sodr_orderer #od_addr1, #anc_sodr_orderer #od_addr2, #anc_sodr_orderer #od_addr3 {margin:5px 0 0} +#anc_sodr_taker #od_b_addr1, #anc_sodr_taker #od_b_addr2, #anc_sodr_taker #od_b_addr3 {margin:5px 0 0} #anc_sodr_orderer #od_addr_jibeon, #anc_sodr_taker #od_b_addr_jibeon {display:block;margin:5px 0 0} #sodr_qty_log h3 {margin:20px 0 10px} diff --git a/css/default_shop.css b/css/default_shop.css index 7533ac62c..eb1a5642c 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -277,7 +277,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .frm_input {height:22px} .tbl_frm01 textarea {width:98%;height:100px} .tbl_frm01 a {text-decoration:none} -.tbl_frm01 .frm_address {display:block;margin-top:5px} +.tbl_frm01 .frm_address {margin-top:5px} .tbl_frm01 .frm_file {display:block;margin-bottom:5px} .tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em} @@ -701,7 +701,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none} #sod_frm_orderer {margin:20px 0 40px} -#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:block;margin:5px 0 0} +#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0} #sod_frm_addr div {position:relative} /* FF 포지션 */ #sod_frm_addr div div {position:absolute;top:-20px;left:170px} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index d9990abac..ed99016d9 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -303,7 +303,7 @@ html.no-overflowscrolling #cp_frm {height:auto;max-height:10000px !important} /* #sod_frm_deli #order_address {display:block;padding:5px 0;background:#000;color:#fff;text-align:center} #sod_frm_orderer {margin:15px 0 30px} -#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:block;margin:5px 0 0} +#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0} #sod_frm_addr div {display:inline-block} @@ -326,7 +326,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f #sod_frm_escrow {margin:30px 0 0} -#od_addr1, #od_addr2, #od_email, #od_b_addr1, #od_b_addr2 {width:100%} +#od_addr1, #od_addr2, #od_addr3, #od_email, #od_b_addr1, #od_b_addr2, #od_b_addr3 {width:100%} #sod_frm #od_memo {height:70px} #sod_frm #show_progress {text-align:center} @@ -555,7 +555,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none} .tbl_frm01 textarea {width:100%;height:100px} .tbl_frm01 a {text-decoration:none} -.tbl_frm01 .frm_address {display:block;margin-top:5px} +.tbl_frm01 .frm_address {margin-top:5px} .tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%} .tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em} diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 4b0defa9a..192c9fb45 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -381,7 +381,7 @@ ob_end_clean(); - +
diff --git a/shop/orderform.php b/shop/orderform.php index 8fb3040b4..179029d8b 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -655,12 +655,12 @@ function get_intall_file() 주소 검색
- +
- +
- +