사용자: #459 디자인 일부 수정

This commit is contained in:
whitedot
2013-05-15 15:36:58 +09:00
parent b68d362497
commit 04fc3849ca
4 changed files with 16 additions and 14 deletions

View File

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