From 203792bd6d427e6ddcebff12d381124e19319e72 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 28 Mar 2013 09:44:51 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EC=9D=8C?= =?UTF-8?q?=EC=84=B1=EC=BA=A1=EC=B1=A0=20audio=20#412=20=EC=97=90=20?= =?UTF-8?q?=EB=94=B0=EB=A5=B8=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/gcaptcha/gcaptcha.lib.php | 7 ++----- css/mobile.css | 3 ++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bbs/gcaptcha/gcaptcha.lib.php b/bbs/gcaptcha/gcaptcha.lib.php index 90682be12..d59b41007 100644 --- a/bbs/gcaptcha/gcaptcha.lib.php +++ b/bbs/gcaptcha/gcaptcha.lib.php @@ -183,12 +183,9 @@ function captcha_html($class='captcha') $html .= "\n".''; $html .= '
'; $html .= '자동등록방지'; + if (G4_IS_MOBILE) $html .= ''; $html .= '자동등록방지 숫자'; - if (G4_IS_MOBILE) { - $html .= ''; - } else { - $html .= '숫자를 음성으로 듣기'; - } + if (!G4_IS_MOBILE) $html .= '숫자를 음성으로 듣기'; $html .= ''; $html .= '

자동등록방지 숫자를 순서대로 입력하세요.

'; $html .= '
'; diff --git a/css/mobile.css b/css/mobile.css index 5911a8dce..83864f189 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -32,8 +32,9 @@ pre {overflow-x:scroll;font-size:1.1em} .img_fix {width:100%;height:auto} /* 캡챠 자동등록(입력)방지 기본 */ +#captcha audio {display:block;margin:0 0 0.5em} +#captcha input[type=text] {position:relative;top:0;left:-4px} #captcha img {height:1.8em;border:1px solid #cfded8;border-right:0} -#captcha_mp3 img {padding:0.2em;height:22px !important;border:1px solid #cfded8;border-left:0;background:#494949} /* 상단 레이아웃 */ #hd {background:#fff}