관리자: 검색 영역 input 높이 재설정

This commit is contained in:
whitedot
2013-12-18 15:26:35 +09:00
parent 7a517cd5d6
commit 3f8720c57e

View File

@ -172,8 +172,9 @@ h2.h2_frm {padding-top:15px}
/* 폼 */
label {vertical-align:middle}
textarea, .frm_input {padding:2px;border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
textarea {width:90%}
textarea, .frm_input {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
textarea {padding:2px;width:90%}
.frm_input {height:22px;line-height:2em}
select {border:1px solid #ced9de}
legend {position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999em;border:0;overflow:hidden}
@ -198,7 +199,7 @@ legend {position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent
/* 페이지 내 검색 */
.local_sch {min-width:960px}
.local_sch .btn_submit {padding:3px 5px;border:1px solid #ff3061;color:#fff;font-size:0.95em;vertical-align:middle;cursor:pointer}
.local_sch .btn_submit {padding:0 5px;height:24px;border:0;color:#fff;font-size:0.95em;vertical-align:middle;cursor:pointer}
.local_sch01 {margin:0 0 10px;padding:0 20px 10px;border-bottom:1px solid #e9e9e9}
.local_sch01 span {display:block;margin:0 0 5px}