사용자: 아웃로그인 로그인 전 스타일 js 대체

This commit is contained in:
whitedot
2013-01-16 10:19:38 +09:00
parent 0eaee82e27
commit f425bcb203
2 changed files with 3 additions and 1 deletions

View File

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