From f4450d13bf9a8ed413410f0431bf42a55ebb390e Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 7 Jan 2013 15:59:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC,=20=ED=9A=8C=EC=9B=90=EC=A0=95=EB=B3=B4=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 15 ++-- skin/member/neo/register_form.skin.php | 97 ++++++++++++++++---------- 2 files changed, 70 insertions(+), 42 deletions(-) diff --git a/css/def.css b/css/def.css index 2a08106a9..6a29f7ef8 100644 --- a/css/def.css +++ b/css/def.css @@ -18,7 +18,7 @@ table {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0} tfoot td {background:#f0f0ed;font-weight:bold;text-align:center} caption {padding:0 0 10px;text-align:left} .caption_desc {font-size:0.75em} -th {padding:12px 0 8px;border-top:3px solid #a9a9a9;border-bottom:1px solid #a9a9a9;font-size:0.8em} +th {padding:12px 0 8px;border-top:3px solid #666;border-bottom:1px solid #a9a9a9;font-size:0.8em} td {padding:10px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-size:0.75em} .empty_table {padding:50px 0;text-align:center} @@ -76,7 +76,7 @@ h6 {margin:0 0 20px} #tnb a:focus {background:#faf9f5} /* 전체검색 */ -#hdsch {position:absolute;top:90px;right:50px;margin:0;padding:0;border:1px solid #ddd;background:#f0f0ed} +#hdsch {position:absolute;top:90px;right:50px;margin:0;padding:0;border:1px solid #ccc;background:#f0f0ed} #hdsch legend {position:absolute;padding:0;width:0;height:0;border:0;overflow:hidden} #hdsch_stx {margin:5px 0 5px 5px;height:16px;width:166px;border:0;background:transparent} #hdsch_stx:focus {background:#464649;color:#fff} @@ -164,15 +164,18 @@ h6 {margin:0 0 20px} /* ##################################################################### 스킨 및 컨텐츠 */ /* 폼 테이블 */ .frm_tbl {} +.frm_tbl caption {padding-top:10px;border-bottom:1px solid #aaa;font-weight:bold} +.frm_tbl th {width:170px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;text-align:left} .frm_tbl textarea, -.frm_tbl input, -.frm_tbl select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle} +.frm_tbl .frm_input, +.frm_tbl select {border:1px solid #d7d7d7;background:#f6f9fa;vertical-align:middle} .frm_tbl textarea, -.frm_tbl input {padding:3px} +.frm_tbl .frm_input {padding:3px;background:#f5f5f2} .frm_tbl textarea:focus, -.frm_tbl input:focus {padding:4px;border:0;background:#434f54;color:#fff} +.frm_tbl .frm_input:focus {padding:4px;border:0;background:#333;color:#fff} .frm_tbl textarea {width:90%} .frm_tbl select {padding:2px} +.frm_info {display:block;padding:10px 0 0;color:#595959;line-height:1.3em} /* 테이블 항목별 정의 */ .td_group {width:100px;text-align:center} diff --git a/skin/member/neo/register_form.skin.php b/skin/member/neo/register_form.skin.php index 10e3c4714..7ebb293b1 100644 --- a/skin/member/neo/register_form.skin.php +++ b/skin/member/neo/register_form.skin.php @@ -1,5 +1,9 @@