모바일: 아웃로그인 스타일 작업 중

This commit is contained in:
whitedot
2013-03-05 18:38:06 +09:00
parent 378c303c13
commit f24ef3e1c2
5 changed files with 44 additions and 30 deletions

View File

@ -22,6 +22,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</section>
<script>
<? if (!G4_IS_MOBILE) {?>
$omi = $('#ol_id');
$omp = $('#ol_pw');
$omp.css('display','inline-block').css('width',104);
@ -43,6 +44,7 @@ $omp.blur(function() {
$this = $(this);
if($this.attr('id') == "ol_pw" && $this.attr('value') == "") $omp_label.css('visibility','visible');
});
<? } ?>
$("#auto_login").click(function(){
if (this.checked) {