From ece722bf1c0dea1f24da1a17912ec21edfc13042 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 24 Jun 2013 14:42:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20textarea=20?= =?UTF-8?q?=EB=84=93=EC=9D=B4=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 3fd62bd54..5f712e4e4 100644 --- a/css/default.css +++ b/css/default.css @@ -174,7 +174,7 @@ td.empty_table {padding:85px 0;text-align:center} .frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent;vertical-align:top} .frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle} .frm_input:focus, input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important;color:#fff} -.frm_tbl textarea {width:90%;height:150px} +.frm_tbl textarea {width:98%;height:100px} .frm_address {display:block;margin-top:5px} .frm_file {display:block;margin-bottom:5px} .frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}