사용자: #215 아웃로그인 회원아이디, 패스워드 입력창 여백 설정 처리

This commit is contained in:
whitedot
2013-01-29 18:10:38 +09:00
parent 93fb53dc0b
commit fd6a62c218
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$omi = $('#ol_id');
$omp = $('#ol_pw');
$omp.css('display','inline-block');
$omp.css('width',124);
$omp.css('width',114);
$omi_label = $('#ol_idlabel');
$omp_label = $('#ol_pwlabel');
$omi_label.addClass('ol_idlabel');