diff --git a/css/adm.css b/css/adm.css index 56555e1b8..8942e950e 100644 --- a/css/adm.css +++ b/css/adm.css @@ -111,6 +111,7 @@ h2 {font-size:1.2em} .btn_cancel {display:inline-block;padding:0 15px;height:30px;border:0;background:#74868b;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle} fieldset .btn_submit {height:21px;background:#383a3f;line-height:1.7em} fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em} +.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:21px;border:0;background:#444;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle;line-height:2em} /* 우편번호검색버튼 등 */ .btn_list input, .btn_list button {padding:0 15px;height:28px;border:0;background:#74868b;color:#fff;line-height:2.2em;vertical-align:middle} @@ -146,7 +147,7 @@ fieldset textarea {padding:3px 3px 4px;border:1px solid #ccc;background:#f7f7f7; .fs_input:focus, fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:#fff} -.readonly {background:#a7bac2} +.readonly {border:1px solid #a7bac2;;background:#a7bac2;color:#fff} /* 폼 안내글 */ .adm_field_explain {display:block;padding:0 0 5px;color:#5b747e} @@ -191,7 +192,8 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .grid_18 {width:890px} /* 폼 테이블 */ -.frm_tbl th {padding:0 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#eef2f3;text-align:left;font-weight:normal} +.frm_tbl th {padding:0 5px;border-bottom:1px solid #e9e9e9;text-align:left} +.frm_tbl td {border-top:0} .frm_tbl textarea {height:150px} .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent} .frm_tbl #captcha input {margin-left:5px;text-align:center}