diff --git a/config.php b/config.php index 6d5dc51e1..8d37b4ca9 100644 --- a/config.php +++ b/config.php @@ -140,7 +140,7 @@ define('G5_DIR_PERMISSION', 0755); // 디렉토리 생성시 퍼미션 define('G5_FILE_PERMISSION', 0644); // 파일 생성시 퍼미션 // 모바일 인지 결정 $_SERVER['HTTP_USER_AGENT'] -define('G5_MOBILE_AGENT', 'phone|samsung|lgtel|mobile|skt|nokia|blackberry|android|sony'); +define('G5_MOBILE_AGENT', 'phone|samsung|lgtel|mobile|[^A]skt|nokia|blackberry|android|sony'); // SMTP // lib/mailer.lib.php 에서 사용 diff --git a/css/mobile.css b/css/mobile.css index b018d1667..6108abfe8 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -204,7 +204,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} .new_win .win_btn {clear:both;margin:20px;text-align:center} .new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em} .new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em} -.new_win .win_btn input {height:2.65em;line-height:2.65em} +.new_win .win_btn input {height:2.5em;line-height:2.5em} /* 사이드뷰 */ /* 모바일에서는 사이드뷰를 지원하지 않습니다. */