From aac541afb9c91a3b6775eac1db67f44a14b7e0fb Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 15:30:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=A1=EC=B1=A0:=20#3=20kcaptcha=20=EB=A7=88?= =?UTF-8?q?=ED=81=AC=EC=97=85=20=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 10 ++++++++-- plugin/kcaptcha/kcaptcha.lib.php | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/css/default.css b/css/default.css index a86cffdb3..0d3bd36a1 100644 --- a/css/default.css +++ b/css/default.css @@ -112,8 +112,14 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} .img_fix {width:100%;height:auto} /* 캡챠 자동등록(입력)방지 기본 */ -#captcha img {border:1px solid #cfded8;border-right:0} -#captcha_mp3 img {border:1px solid #cfded8;border-left:0;background:#494949} +#captcha {display:inline-block;position:relative} +#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} +#captcha_img {width:100px;height:41px;border:1px solid #e9e9e9} +#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:42px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em} +#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer} +#captcha #captcha_mp3 span {position:absolute;top:1px;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')} +#captcha #captcha_reload {position:absolute;top:22px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer} +#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')} #mp3_embed {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden} /* 익스 8 이하에서 음성캡챠 실행 스타일 */ /* ckeditor 단축키 */ diff --git a/plugin/kcaptcha/kcaptcha.lib.php b/plugin/kcaptcha/kcaptcha.lib.php index 9c6a2f6d1..320bd40fe 100644 --- a/plugin/kcaptcha/kcaptcha.lib.php +++ b/plugin/kcaptcha/kcaptcha.lib.php @@ -238,12 +238,12 @@ function captcha_html($class="captcha") $html .= "\n".''; $html .= "\n".''; $html .= "\n".''; - $html .= "\n".'
'; + $html .= "\n".'
'; $html .= "\n".'자동등록방지'; $html .= "\n".''; $html .= "\n".''; $html .= "\n".''; - $html .= ''; + $html .= ''; $html .= "\n".'
'; $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.'; return $html;