From 38eb8e4ee5a6d4b4d72447732e0637a1895fe561 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 15 May 2013 11:48:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20#459=20frm=5Ftbl?= =?UTF-8?q?=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 27301c3d8..e0160dc3b 100644 --- a/css/default.css +++ b/css/default.css @@ -168,8 +168,8 @@ td.empty_table {padding:85px 0;text-align:center} /* 폼 테이블 */ .frm_tbl {width:100%;border-collapse:collapse;border-spacing:0} .frm_tbl caption {padding:10px 0;background:#f5f6fa;font-weight:bold;text-align:center} -.frm_tbl th {width:100px;text-align:left} -.frm_tbl td {padding:7px 10px;background:transparent} +.frm_tbl th {width:100px;border-bottom:1px solid #f5f6fa;text-align:left} +.frm_tbl td {padding:7px 10px;border-bottom:1px solid #f5f6fa;background:transparent} .frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #999;background:#fff;vertical-align:middle} .frm_tbl textarea {width:90%;height:150px}