From 15032c15aaef937305b1f98fb88dc41e1820f6b6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Feb 2013 20:42:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2014,=20=ED=9A=8C=EC=9B=90=EA=B0=80?= =?UTF-8?q?=EC=9E=85=20=EC=95=BD=EA=B4=80=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/default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 2db912fc9..892364056 100644 --- a/css/default.css +++ b/css/default.css @@ -179,13 +179,14 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f /* 스킨별 스타일 */ /* 회원가입 약관 */ -#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #484848} +#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee} #fregister h2 {margin:0 0 20px;text-align:center} #fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #cfded8;background:#f7f7f7} -#fregister textarea:focus {background:#333;color:#fff} +#fregister textarea:focus {background:#25303d;color:#fff} .fregister_agree {padding:10px 0 0;text-align:right} .fregister_agree label {display:inline-block;margin-right:5px} -#fregister p {text-align:center} +#fregister p {color:#e8180c;text-align:center} +#fregister .btn_confirm {margin-bottom:20px} /* 회원가입 입력 */ #fregisterform .cbg {margin-bottom:15px;padding:20px}