디자인 수정 중 merge

This commit is contained in:
whitedot
2013-02-07 10:11:23 +09:00
10 changed files with 53 additions and 50 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',114);
$omp.css('width',124);
$omi_label = $('#ol_idlabel');
$omp_label = $('#ol_pwlabel');
$omi_label.addClass('ol_idlabel');