From b6d1dd5e134088924fa184c086cc05d9b9f8b9b6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 18 Feb 2013 18:56:37 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EC=98=A8?= =?UTF-8?q?=EB=9D=BC=EC=9D=B8=20=EC=84=9C=EC=8B=9D=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B0=8F=20btn=5Ffrm?= =?UTF-8?q?line=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/adm.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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}