사용자: wrapper 최소사이즈 1000px 로 설정

This commit is contained in:
whitedot
2013-01-08 18:54:59 +09:00
parent f834584605
commit 185313f839

View File

@ -83,30 +83,30 @@ h6 {margin:0 0 20px}
#hdsch_submit {position:relative;margin-left:-5px}
/* 사이드 네비게이션: 아웃로그인, 설문조사 등 */
#snb {z-index:3;position:absolute;top:120px;right:0;font-family:"verdana","dotum"}
#snb {z-index:3;position:absolute;top:113px;right:0;font-family:"verdana","dotum"}
#snb ul {margin:0;padding:0;list-style:none}
/* 아웃로그인 */
.outlogin {position:relative;margin-bottom:5px;border-bottom:1px solid #dedace;line-height:1em}
.outlogin {position:relative;border-bottom:1px solid #dedace;border-left:1px solid #ddd;background:#f9faf5;line-height:1em}
.outlogin h2 {margin:0;padding:0;height:0;overflow:hidden}
/* 로그인 전 */
#ol_before {padding:10px 10px 0;width:199px;background:#f9f9f5;font-size:0.7em}
#ol_before {padding:15px 10px 0;width:199px;background:#f9f9f5;font-size:0.7em}
#ol_before fieldset {margin:0;padding:0;border:0;background:transparent}
#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_mb_id{display:block;margin-bottom:3px;padding:0 5px;width:185px;height:22px;border:1px solid #d7d7d7;background:#fff;line-height:1.6em}
#ol_mb_id_label {z-index:2;position:absolute;top:18px;left:20px;color:#696969}
#ol_mb_id_label {z-index:2;position:absolute;top:23px;left:20px;color:#696969}
#ol_mb_pw {display:block;padding:0 5px;width:120px;height:22px;border:1px solid #d7d7d7;background:#fff;line-height:1.6em}
#ol_mb_pw_label {z-index:2;position:absolute;top:45px;left:20px;color:#696969}
#auto_login {position:absolute;top:69px;left:13px}
#auto_login_label {position:absolute;top:71px;left:28px;color:#696969;letter-spacing:-0.1em}
#ol_mb_pw_label {z-index:2;position:absolute;top:50px;left:20px;color:#696969}
#auto_login {position:absolute;top:74px;left:13px}
#auto_login_label {position:absolute;top:76px;left:30px;color:#696969;letter-spacing:-0.1em}
#ol_before ul {position:relative;top:0;left:112px;margin:10px 0;width:90px;zoom:1}
#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""}
#ol_before li {float:left;margin-right:5px}
#ol_before a {color:#696969;text-decoration:none;letter-spacing:-0.1em}
#ol_submit {position:absolute;top:37px;right:12px;width:60px;height:24px;border:1px solid #b7b7b7;background:#fff;font-size:1em;font-weight:bold;letter-spacing:-0.1em;line-height:2em}
#ol_submit {position:absolute;top:42px;right:12px;width:60px;height:24px;border:1px solid #b7b7b7;background:#fff;font-size:1em;font-weight:bold;letter-spacing:-0.1em;line-height:2em}
/* 로그인 후 */
#ol_after {width:219px;background:#f9f9f5;color:#000;font-size:0.75em}
#ol_after {padding-top:15px;width:219px;background:#f9f9f5;color:#000;font-size:0.75em}
#ol_after header {padding:10px 0;text-align:center}
#ol_after ul {padding:5px 0;background:#fff}
#ol_after li a {display:block;position:relative;padding:7px 10px;color:#000;text-decoration:none}
@ -115,7 +115,7 @@ h6 {margin:0 0 20px}
#ol_after footer a {display:inline-block;padding:0 10px;color:#000;text-decoration:none}
/* 설문조사 */
#poll {width:219px;border-bottom:1px solid #dedace;background:#fff;font-size:0.75em}
#poll {width:219px;border-bottom:1px solid #dedace;border-left:1px solid #ddd;background:#fff;font-size:0.75em}
#poll header {padding:10px 10px 1px;border-bottom:1px solid #efeada;background:#f9f9f5}
#poll h2 {display:inline-block;margin:0;font-size:1em}
#poll p {padding:0}
@ -150,7 +150,7 @@ h6 {margin:0 0 20px}
#poll_result_another a {display:block;padding:5px 0}
/* 레이아웃 중간 */
#wrapper {z-index:2;clear:both;position:relative;margin:-2px 0 0 0;padding:1px 250px 30px 30px;min-height:520px;height:auto !important;height:520px;background:url("../img/wrapper_bg.jpg") top right repeat-y}
#wrapper {z-index:2;clear:both;position:relative;margin:-2px 0 0 0;padding:1px 250px 30px 30px;min-height:520px;height:auto !important;height:520px;min-width:1000px;width:auto !important;width:1000px;background:url("../img/wrapper_bg.jpg") top right repeat-y}
#wrapper h1 {margin-top:30px}
/* 레이아웃 하단 */