From 888c2749f2c1e978f3bbc7714f0ad63972076483 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 10 Jan 2013 10:54:36 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20?= =?UTF-8?q?=EB=B3=B8=EB=AC=B8=20=ED=95=98=EB=8B=A8=20=EC=97=AC=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/def.css b/css/def.css index 9e445bc1b..84bf880e4 100644 --- a/css/def.css +++ b/css/def.css @@ -79,7 +79,7 @@ h6 {margin:0 0 20px} #tnb a:focus {background:#f9f9f5} /* 전체검색 */ -#hdsch {position:absolute;top:77px;right:0;margin:0;padding:0;width:219px;border:1px solid #ccc;border-top:0;border-right:0;background:#fff} +#hdsch {z-index:3;position:absolute;top:77px;right:0;margin:0;padding:0;width:219px;border:1px solid #ccc;border-top:0;border-right:0;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:25px;width:176px;border:0;background:transparent;font-size:1em;line-height:1.4em} #hdsch_stx:focus {background:#464649;color:#fff} @@ -307,7 +307,7 @@ h6 {margin:0 0 20px} #bo_v_article {zoom:1} #bo_v_article:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_article h1 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_article p {padding:0} +#bo_v_article p {padding:0 0 10px} #bo_v_file {border-bottom:1px solid #666;background:#555;font-size:0.75em} #bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} #bo_v_file ul {margin:0;padding:0;list-style:none} @@ -348,7 +348,7 @@ h6 {margin:0 0 20px} #bo_vc_w {position:relative;margin-top:10px;zoom:1} #bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""} #bo_vc_w fieldset {margin:0;padding:0;border:0;background:transparent} -#bo_vc_w textarea {margin:10px 0;width:98%;height:50px} +#bo_vc_w textarea {display:block;margin:10px 70px 10px 0;width:100%;height:50px} #bo_vc_w .fieldset_submit {float:right;margin:0 2% 0 0} #bo_vc_w #char_cnt {position:absolute;top:0;right:0} From fb6119a84be5de645dc70782f89b44f810a90808 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 10 Jan 2013 10:57:46 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20wrapper=20?= =?UTF-8?q?=EC=83=81=EB=8B=A8=20=EC=97=AC=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/def.css b/css/def.css index 84bf880e4..f08222991 100644 --- a/css/def.css +++ b/css/def.css @@ -153,7 +153,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:15px 250px 30px 30px;min-height:520px;height:auto !important;height:520px;background:url("../img/wrapper_bg.jpg") top right repeat-y} #wrapper h1 {margin-top:30px} /* 레이아웃 하단 */