From 9f308f6aae1014ffe302f135f7188fbdc9daf189 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Feb 2014 14:56:15 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EC=B0=BE=EA=B8=B0=20p=20=ED=83=9C=EA=B7=B8=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/member/basic/style.css | 2 +- skin/member/basic/style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index ca87695c3..a0894c62e 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -103,7 +103,7 @@ /* 아이디/비밀번호 찾기 */ #find_info #info_fs {margin:0 20px 10px} -#find_info #info_fs p {padding:0 0 10px} +#find_info #info_fs p {margin:0 0 10px;line-height:1.8em} #find_info #info_fs #mb_email {width:100%} #find_info #captcha {margin:0 20px;padding:0 0 10px} #find_info #captcha input {margin-left:5px} diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index 3994b44d5..0cd50a3a3 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -111,6 +111,8 @@ /* 아이디/비밀번호 찾기 */ #find_info #mb_hp_label {display:inline-block;margin-left:10px} #find_info #info_fs {margin:0 20px 20px;padding:0;background:#fff} +#find_info #info_fs .frm_input {width:70%} +#find_info p {margin:0 0 10px;line-height:1.8em} #find_info #captcha {margin:0 20px} /* 로그인 */ From 17c6458f0b68b81ba3216a10fde7dea80044111b Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Feb 2014 15:22:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=83=81=EB=8B=A8=20=EB=A1=9C=EA=B3=A0=20?= =?UTF-8?q?=EA=B2=80=EC=83=89=EC=B0=BD=20=ED=85=8D=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EC=A1=B0=EC=A0=88=20=ED=9A=8C=EC=9B=90?= =?UTF-8?q?=EA=B0=80=EC=9E=85=20=EB=93=B1=20=EB=A7=81=ED=81=AC=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95,=20=EB=A1=9C=EA=B3=A0?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD=ED=96=88=EC=9D=84=20=EB=95=8C=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=EC=B0=BD=20=EB=93=B1=20=EC=9D=BC=EC=A0=95=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=9C=A0=EC=A7=80=EB=A5=BC=20=EC=9C=84=ED=95=9C=20?= =?UTF-8?q?=EC=A1=B0=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 26 ++++++++++++++------------ head.php | 14 +++++++------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/css/default.css b/css/default.css index e82bcebe1..9a9b550ca 100644 --- a/css/default.css +++ b/css/default.css @@ -25,29 +25,31 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 상단 레이아웃 */ #hd {z-index:10;position:relative;min-width:970px;background:#fff} #hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} -#hd_wrapper {position:relative;margin:0 auto;width:970px} +#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:970px;zoom:1} +#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""} -#logo {padding:26px 0} +#logo {float:left;padding:5px 0 0} /* 전체 검색 */ -#hd_sch {position:absolute;top:22px;left:170px;margin:0;padding:0;border:1px solid #c3c6ca} +#hd_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca} #hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} #hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em} #hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer} -#tnb {position:absolute;top:18px;right:0;margin:0;padding:0;list-style:none;zoom:1} -#tnb:after {display:block;visibility:hidden;clear:both;content:""} -#tnb li {float:left;margin:0 0 0 10px} -#tnb a {display:inline-block;padding:5px 10px;color:#333;letter-spacing:-0.1em;line-height:2em} -#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none} -#tnb img {margin-right:3px} - /* 텍스트 크기 조절 */ -#text_size {position:absolute;top:21px;left:340px;margin:0 0 10px;letter-spacing:-3px} -#text_size button {margin:0;padding:2px 2px 1px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer} +#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px} +#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer} .ts_up {font-size:1.167em !important} .ts_up2 {font-size:1.3em !important} +/* 상단 회원가입 등 링크 */ +#tnb {float:right;margin:0;padding:0;list-style:none;zoom:1} +#tnb:after {display:block;visibility:hidden;clear:both;content:""} +#tnb li {float:left;margin:0 0 0 10px} +#tnb a {display:inline-block;padding:0 10px;height:28px;color:#333;letter-spacing:-0.1em;line-height:2.4em} +#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none} +#tnb img {margin-right:3px} + /* gnb js off */ #gnb {position:relative;margin:-1px 0 0;border-top:1px dotted #dde4e9;border-bottom:1px solid #dde4e9;background:#ecf0f7} #gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} diff --git a/head.php b/head.php index c0cead9d5..736449e8d 100644 --- a/head.php +++ b/head.php @@ -74,6 +74,13 @@ if (G5_IS_MOBILE) { +
+ + + + +
+ - -
- - - - -