From 09215c8b39778ac08f9dda14cf1721b7af9d29ec Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 2 Oct 2013 18:38:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20btn=5Ffrmline=20?= =?UTF-8?q?=EA=B8=80=EC=9E=90=EC=83=89=20=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80=EC=9D=BC=EC=97=90?= =?UTF-8?q?=EB=8F=84=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/style.css | 2 +- skin/board/gallery/style.css | 2 +- skin/member/basic/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index bb7195191..2b9363fc5 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -26,7 +26,7 @@ #bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important} -#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +#bo_w a.btn_frmline, #bo_w button.btn_frmline, {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ #bo_w button.btn_frmline {font-size:1em} /* 기본 테이블 */ diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index a5471fb4d..d1b4e3018 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -26,7 +26,7 @@ #bo_w .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em} #bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {text-decoration:none !important} -#bo_w .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +#bo_w a.btn_frmline, #bo_w button.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ #bo_w button.btn_frmline {font-size:1em} /* 기본 테이블 */ diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index 830cecf90..090d70283 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -13,7 +13,7 @@ .mbskin .btn_cancel {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} .mbskin button.btn_cancel {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;line-height:2em} .mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {text-decoration:none !important} -.mbskin .btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ +.mbskin a.btn_frmline, .mbskin button.btn_frmline {display:inline-block;padding:0 7px 0 5px;height:22px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:2em} /* 우편번호검색버튼 등 */ .mbskin button.btn_frmline {font-size:1em} .mbskin .btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ .mbskin .btn_win button {display:inline-block;padding:0 10px;height:30px;border:0;background:#666;color:#fff;vertical-align:top;line-height:2em;cursor:pointer}