diff --git a/css/default.css b/css/default.css index f79ae24c4..0214df946 100644 --- a/css/default.css +++ b/css/default.css @@ -424,11 +424,14 @@ a {color:#000;text-decoration:none} /* 회원가입 약관 */ #fregister section {margin-bottom:20px} -#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #ddd;background:#f7f7f7} +#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:300px;border:1px solid #ddd;background:#f7f7f7} #fregister textarea:focus {background:#333;color:#fff} .fregister_agree {margin:0;padding:0;text-align:right} .fregister_agree label {display:inline-block;margin-right:10px;vertical-align:middle} +/* 회원가입 입력 */ +#fregisterform textarea {height:50px} + /* 회원가입 완료 */ #reg_result {padding:50px;border:1px solid #eee;background:#f9f9f9} #reg_result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em}