Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-04-29 11:41:14 +09:00
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<div id="ol_svc">
<a href="<?php echo G4_BBS_URL ?>/register.php"><b>회원가입</b></a>
<a href="<?php echo G4_BBS_URL ?>/password_lost.php" id="ol_password_lost">정보찾기</a>
</div>
<div id="ol_auto">
<input type="checkbox" name="auto_login" value="1" id="auto_login">
<label for="auto_login" id="auto_login_label">자동로그인</label>
</div>

View File

@ -15,7 +15,10 @@
#auto_login_label {letter-spacing:-0.1em}
#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top}
#ol_before a {letter-spacing:-0.15em}
#ol_svc {padding-top:8px;text-align:right}
#ol_svc {float:left;margin:5px 0 0}
#ol_auto {position:relative;float:right;margin:5px 0 0}
#ol_auto label {letter-spacing:-0.1em}
#ol_auto input {width:13px;height:13px;vertical-align:bottom}
#ol_after {}
#ol_after_hd {margin:0 0 3px}