From 7c3beb64e032a89e8d5d7adcf743ff2279984bef Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 28 Nov 2013 13:59:41 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=EC=83=88=EC=B0=BD=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 15 ++++++++------- css/mobile_shop.css | 14 +++++++------- mobile/shop/coupon.php | 2 +- mobile/shop/orderaddress.php | 2 +- mobile/skin/shop/basic/itemqaform.skin.php | 2 +- mobile/skin/shop/basic/itemuseform.skin.php | 2 +- shop/coupon.php | 2 +- shop/orderaddress.php | 2 +- skin/poll/shop_basic/poll_result.skin.php | 2 +- skin/shop/basic/itemqaform.skin.php | 2 +- skin/shop/basic/itemuseform.skin.php | 2 +- 11 files changed, 24 insertions(+), 23 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 0ca15a847..6433aec13 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -328,13 +328,14 @@ fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7 /* 새창 기본 스타일 */ .new_win {} -.new_win h1 {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} -.new_win table {margin:0 auto 20px !important;width:93% !important;background:#fff !important} -.new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1} -.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} -.new_win_ul li {float:left;margin-left:-1px} -.new_win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:"dotum";font-weight:bold;text-decoration:none} -.new_win_desc {margin:0 auto;width:93%} +.new_win .tbl_wrap {margin:0 20px} +.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em} +.new_win #win_title .sv {font-size:0.75em;line-height:1.2em} +.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1} +.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""} +.new_win .win_ul li {float:left;margin-left:-1px} +.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none} +.new_win .win_desc {margin:0 20px} .new_win .win_btn {clear:both;margin:20px;text-align:center} /* 새창용 */ .new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;line-height:2em;cursor:pointer} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 9486ed0b8..69a7a224b 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -663,13 +663,13 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f /* 새창 기본 스타일 */ .new_win {} -.new_win h1 {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em} -.new_win table {margin:0 auto 20px !important;width:93% !important;background:#fff !important} -.new_win_ul {margin:-20px 0 2px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none} -.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""} -.new_win_ul li {float:left;margin-left:-1px} -.new_win_ul a {display:block;padding:10px 10px 5px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:"dotum";font-weight:bold;text-decoration:none} -.new_win_desc {margin:0 auto;width:93%} +.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em} +.new_win .tbl_wrap {margin:0 20px} +.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none} +.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""} +.new_win .win_ul li {float:left;margin-left:-1px} +.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none} +.new_win .win_desc {padding:10px 20px} .new_win .win_btn {clear:both;margin:20px;text-align:center} .new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;vertical-align:middle;text-decoration:none;line-height:2.5em} diff --git a/mobile/shop/coupon.php b/mobile/shop/coupon.php index 664eb37d7..e015fe442 100644 --- a/mobile/shop/coupon.php +++ b/mobile/shop/coupon.php @@ -18,7 +18,7 @@ $result = sql_query($sql);
-

+

diff --git a/mobile/shop/orderaddress.php b/mobile/shop/orderaddress.php index fb1a696aa..9da376424 100644 --- a/mobile/shop/orderaddress.php +++ b/mobile/shop/orderaddress.php @@ -10,7 +10,7 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
-

배송지 목록

+

배송지 목록

diff --git a/mobile/skin/shop/basic/itemqaform.skin.php b/mobile/skin/shop/basic/itemqaform.skin.php index 5529201a2..0d4d04229 100644 --- a/mobile/skin/shop/basic/itemqaform.skin.php +++ b/mobile/skin/shop/basic/itemqaform.skin.php @@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

상품문의 쓰기

+

상품문의 쓰기

diff --git a/mobile/skin/shop/basic/itemuseform.skin.php b/mobile/skin/shop/basic/itemuseform.skin.php index a84597e7a..a1eed9be2 100644 --- a/mobile/skin/shop/basic/itemuseform.skin.php +++ b/mobile/skin/shop/basic/itemuseform.skin.php @@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

사용후기 쓰기

+

사용후기 쓰기

diff --git a/shop/coupon.php b/shop/coupon.php index 71916647e..275e1f7ee 100644 --- a/shop/coupon.php +++ b/shop/coupon.php @@ -23,7 +23,7 @@ $result = sql_query($sql);
-

+

diff --git a/shop/orderaddress.php b/shop/orderaddress.php index f9feac13b..a22ad3cf4 100644 --- a/shop/orderaddress.php +++ b/shop/orderaddress.php @@ -48,7 +48,7 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
-

배송지 목록

+

배송지 목록

diff --git a/skin/poll/shop_basic/poll_result.skin.php b/skin/poll/shop_basic/poll_result.skin.php index 94598abee..4b55d08be 100644 --- a/skin/poll/shop_basic/poll_result.skin.php +++ b/skin/poll/shop_basic/poll_result.skin.php @@ -6,7 +6,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
-

+

diff --git a/skin/shop/basic/itemqaform.skin.php b/skin/shop/basic/itemqaform.skin.php index 342fa5e89..8581dc15d 100644 --- a/skin/shop/basic/itemqaform.skin.php +++ b/skin/shop/basic/itemqaform.skin.php @@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

상품문의 쓰기

+

상품문의 쓰기

diff --git a/skin/shop/basic/itemuseform.skin.php b/skin/shop/basic/itemuseform.skin.php index 0c9236cba..7112628a5 100644 --- a/skin/shop/basic/itemuseform.skin.php +++ b/skin/shop/basic/itemuseform.skin.php @@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-

사용후기 쓰기

+

사용후기 쓰기