사용자: 크로스브라우징을 향한 몸부림
This commit is contained in:
@ -36,7 +36,7 @@ td {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||
|
||||
/* 필드셋 */
|
||||
fieldset {margin-bottom:20px;padding:13px;border:0}
|
||||
legend {margin-left:0;padding:7px 10px;border:1px solid #dedace;background:#333;color:#fff}
|
||||
legend {position:absolute;padding:0;width:0;height:0;border:0;background:transparent;overflow:hidden}
|
||||
.fieldset_input,
|
||||
fieldset textarea {padding:3px 3px 4px;border:1px solid #ddd;background:#fff;vertical-align:middle}
|
||||
.fieldset_input:focus,
|
||||
@ -81,7 +81,6 @@ a {color:#000;text-decoration:none}
|
||||
|
||||
/* 상단 전체검색 */
|
||||
#hdsch {z-index:3;position:absolute;top:-31px !important;top:-33px;right:0;margin:0;padding:0;width:219px;border:0;border-left:1px solid #bbb;background:#fff}
|
||||
#hdsch legend {position:absolute;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
#hdsch_stx {margin:5px 0 5px 5px;padding:0 5px;height:20px;width:165px;border:0;background:transparent;line-height:1.4em}
|
||||
#hdsch_stx:focus {background:#464649;color:#fff}
|
||||
|
||||
@ -95,19 +94,17 @@ a {color:#000;text-decoration:none}
|
||||
/* 아웃로그인 전 */
|
||||
#ol_before {padding:15px 10px 0;width:199px}
|
||||
#ol_before fieldset {margin:0;padding:0}
|
||||
#ol_before legend {position:absolute;padding:0;width:0;height:0;border:0;background:transparent;overflow:hidden}
|
||||
#ol_before input:focus {background:#333;color:#fff}
|
||||
#ol_id {display:block;margin-bottom:3px;padding:0 5px;width:185px;height:22px;border:1px solid #d7d7d7;background:#fff;line-height:1.6em}
|
||||
#ol_id {display:block;padding:3px 5px;width:185px;border:1px solid #d7d7d7;background:#fff;line-height:1.6em}
|
||||
.ol_idlabel {position:absolute;top:21px;left:15px;color:#696969;font-size:0.9em}
|
||||
#ol_pw {display:block;margin-bottom:3px;padding:0 5px;width:185px;height:22px;border:1px solid #d7d7d7;background:#fff;vertical-align:top;line-height:1.6em}
|
||||
#ol_pw {display:block;padding:3px 5px;width:185px;border:1px solid #d7d7d7;background:#fff;vertical-align:top;line-height:1.6em}
|
||||
.ol_pwlabel {position:absolute;top:48px;left:15px;color:#696969;font-size:0.9em}
|
||||
#auto_login {}
|
||||
#auto_login_label {color:#696969;letter-spacing:-0.1em}
|
||||
#ol_submit {width:60px;height:24px;border:1px solid #b7b7b7;background:#fff;font-weight:bold;letter-spacing:-0.1em;vertical-align:top}
|
||||
#ol_before ul {margin:7px 0 13px;width:199px;zoom:1}
|
||||
#ol_before ul {float:right;margin:7px 0 13px;zoom:1}
|
||||
#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_before li {float:right;margin-right:5px;padding-top:2px}
|
||||
#ol_before #ol_auto {float:left;margin:0;padding:0}
|
||||
#ol_before li {float:left;margin-left:5px;padding-top:2px}
|
||||
#ol_before #ol_auto {float:left;margin:4px 0 0;padding:0}
|
||||
#ol_before a {color:#696969;letter-spacing:-0.1em}
|
||||
/* 아웃로그인 후 */
|
||||
#ol_after {width:219px}
|
||||
@ -165,7 +162,6 @@ a {color:#000;text-decoration:none}
|
||||
#poll_result_cmt h1 {display:inline-block;margin:0 10px 0 0;padding:0}
|
||||
#poll_result_cmt p {padding:3px 0}
|
||||
#poll_result_cmt fieldset {margin-bottom:0;text-align:left}
|
||||
#poll_result_cmt legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left}
|
||||
#poll_result_cmt footer {text-align:right}
|
||||
.poll_cmt_del a {display:inline-block;padding-bottom:10px}
|
||||
@ -315,7 +311,6 @@ a {color:#000;text-decoration:none}
|
||||
.btn_bo_adm {float:left}
|
||||
.btn_bo_adm li {float:left;margin-right:5px}
|
||||
#bo_sch {display:inline-block;float:left;margin:0;padding:0;border:0;vertical-align:middle}
|
||||
#bo_sch legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
#bo_sch form {display:inline-block}
|
||||
#bo_list caption {padding:0;height:0;color:transparent;overflow:hidden} /* ff에서 감추기 위해 color:transparent 사용 */
|
||||
#bo_list td {line-height:1em}
|
||||
@ -425,7 +420,7 @@ a {color:#000;text-decoration:none}
|
||||
|
||||
/* 회원가입 약관 */
|
||||
#fregister section {margin-bottom:20px}
|
||||
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:300px;border:1px solid #ddd;background:#f7f7f7}
|
||||
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #ddd;background:#f7f7f7}
|
||||
#fregister textarea:focus {background:#333;color:#fff}
|
||||
.fregister_agree {margin:0;padding:0;text-align:right}
|
||||
.fregister_agree label {display:inline-block;margin-right:10px;vertical-align:middle}
|
||||
@ -455,7 +450,6 @@ a {color:#000;text-decoration:none}
|
||||
|
||||
/* 최근게시물 */
|
||||
#new_search {margin:0 0 10px;padding:0;border:0;text-align:right}
|
||||
#new_search legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
|
||||
/* 새창 공통 */
|
||||
.new_win h1 {padding:20px 30px 10px;background:#494949;color:#fff}
|
||||
@ -499,7 +493,6 @@ a {color:#000;text-decoration:none}
|
||||
|
||||
/* 아이디/패스워드 찾기 */
|
||||
#find_info fieldset {padding:0}
|
||||
#find_info legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
#find_info #captcha {padding-top:20px;border-top:1px solid #ddd}
|
||||
#find_info #captcha input {margin-left:5px}
|
||||
|
||||
|
||||
@ -13,11 +13,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<label for="ol_pw" id="ol_pwlabel">패스워드</label>
|
||||
<input type="password" id="ol_pw" name="mb_password" maxlength="20" required title="패스워드">
|
||||
<input type="submit" id="ol_submit" value="로그인">
|
||||
<div id="ol_auto">
|
||||
<input type="checkbox" id="auto_login" name="auto_login" value="1">
|
||||
<label for="auto_login" id="auto_login_label">자동로그인</label>
|
||||
</div>
|
||||
<ul>
|
||||
<li id="ol_auto">
|
||||
<input type="checkbox" id="auto_login" name="auto_login" value="1">
|
||||
<label for="auto_login" id="auto_login_label">자동로그인</label>
|
||||
</li>
|
||||
<li><a href="<?=$g4['bbs_url']?>/register.php">회원가입</a></li>
|
||||
<li><a href="<?=$g4['bbs_url']?>/password_lost.php" id="ol_password_lost">정보찾기</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user