From 35029b53c94eff9163598711e384eb8782f267e9 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Feb 2013 20:36:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=9A=B0?= =?UTF-8?q?=ED=8E=B8=EB=B2=88=ED=98=B8=EC=8A=A4=ED=82=A8=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EB=B0=8F=20btn=5Ffrmline=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89?= 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 b735eb5e5..efd07aedf 100644 --- a/css/default.css +++ b/css/default.css @@ -103,7 +103,7 @@ a:active {color:#000;text-decoration:underline} .btn_confirm {text-align:center} /* 서식단계 진행 */ .btn_submit {padding:0 10px;height:24px;border:0;background:#4e5d60;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} -.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#444;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#4e5d60;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ .btn_win a {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em;cursor:pointer} .btn_win a:focus, @@ -398,7 +398,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f /* 우편번호 검색 */ #post_code fieldset {margin:0 auto 10px;padding:15px 10px;width:87%;text-align:center} -#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%} +#post_code dl {margin:0 auto 10px;padding:20px 10px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff} #post_code dt {margin-bottom:15px;color:#000} #post_code dd {margin:0;padding:0} #post_code ul {margin:0;padding:0;list-style:none}