사용자: 리디자인 6, 레이아웃 스타일

This commit is contained in:
whitedot
2013-02-19 10:58:34 +09:00
parent 5525dd4102
commit d8feb92c55
3 changed files with 10 additions and 11 deletions

View File

@ -26,11 +26,10 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<script>
$omi = $('#ol_id');
$omp = $('#ol_pw');
$omp.css('display','inline-block');
$omp.css('width',124);
$omp.css('display','inline-block').css('width',104);
$omi_label = $('#ol_idlabel');
$omp_label = $('#ol_pwlabel');
$omi_label.addClass('ol_idlabel');
$omp_label = $('#ol_pwlabel');
$omp_label.addClass('ol_pwlabel');
$omi.focus(function() {
$omi_label.css('visibility','hidden');