사용자: 회원가입스킨 정보 입력시 textarea 높이

This commit is contained in:
whitedot
2013-01-17 17:10:10 +09:00
parent 584d83d86f
commit fc3c19ce72

View File

@ -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}