사용자: 로그인스킨 스타일

This commit is contained in:
whitedot
2013-01-28 18:32:58 +09:00
parent 7fe31770b3
commit 32d2ff3c4d
2 changed files with 18 additions and 5 deletions

View File

@ -181,6 +181,19 @@ table a {color:#000;text-decoration:none}
#ol_after_ft {text-align:right}
#ol_after_ft a {display:inline-block;margin-left:5px}
/* 로그인 */
#mb_login {margin:100px auto;width:500px}
#mb_login h1 {margin:0 0 20px;font-size:1.3em}
#mb_login h2 {margin:0}
#mb_login fieldset {position:relative;margin:0;padding:20px 20px 20px 95px;border-bottom-color:#f7f7f2;background:#fff}
#mb_login label {letter-spacing:-0.1em}
#mb_login .login_id {position:absolute;top:26px;left:105px}
#mb_login .login_pw {position:absolute;top:55px;left:105px}
#mb_login .fs_input {display:block;margin-bottom:5px;padding-left:70px}
#mb_login .btn_submit {position:absolute;top:20px;left:335px;height:53px}
#mb_login section {margin-bottom:30px;padding:20px}
#mb_login section div {text-align:right}
/* 설문조사 스킨 */
#poll {}
#poll header {padding:14px 14px 0}

View File

@ -3,22 +3,22 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div id="mb_login">
<h1>로그인</h1>
<h1><?=$g4['title']?></h1>
<form name="flogin" method="post" action="<?=$login_action_url?>" onsubmit="return flogin_submit(this);">
<input type="hidden" name="url" value='<?=$login_url?>'>
<fieldset>
<fieldset class="cbg">
<label for="login_id" class="login_id">회원아이디<strong class="sound_only">필수</strong></label>
<input type="text" id="login_id" name="mb_id" class="fieldset_input" maxLength="20" size="20" required title="회원아이디">
<input type="text" id="login_id" name="mb_id" class="fs_input" maxLength="20" size="20" required title="회원아이디">
<label for="login_pw" class="login_pw">패스워드<strong class="sound_only">필수</strong></label>
<input type="password" id="login_pw" class="fieldset_input" name="mb_password" maxLength="20" size="20" required title="패스워드">
<input type="password" id="login_pw" class="fs_input" name="mb_password" maxLength="20" size="20" required title="패스워드">
<input type="submit" class="btn_submit" value="로그인">
<input type="checkbox" id="login_auto_login" name="auto_login">
<label for="login_auto_login">자동로그인</label>
</fieldset>
<section>
<section class="cbg">
<h2>회원로그인 안내</h2>
<p>
회원아이디 및 패스워드가 기억 안나실 때는 아이디/패스워드 찾기를 이용하십시오.<br>