From 862c2ac9600e573079940a0733c2f0a9e81a3b86 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 5 Feb 2013 11:12:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90;=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=9E=91=EC=97=85=20?= =?UTF-8?q?=EC=A4=913?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 17 ++++++++++------- skin/board/neo/view_comment.skin.php | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/css/default.css b/css/default.css index 3e82153dc..8c8c640b5 100644 --- a/css/default.css +++ b/css/default.css @@ -419,7 +419,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f .cnt_cmt {display:inline-block;margin:0 4px;color:#109ff1} /* 게시판 읽기 */ -#bo_v_title {margin-bottom:10px;padding:0;font-weight:bold} +#bo_v_title {margin-bottom:10px;padding:0;font-weight:bold;text-align:center} #bo_v {position:relative;margin-bottom:30px} #bo_v a {color:#000;text-decoration:none} @@ -472,26 +472,27 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f /* 게시판 댓글 */ #bo_vc {margin:0 0 10px;padding:15px 20px 20px 20px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#f9f9f5} -#bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px dotted #ccc} -#bo_vc header {position:relative;padding:8px 0} +#bo_vc h2 {margin-bottom:10px} +#bo_vc article {padding:0 0 10px;border-top:1px solid #d9d9d9} +#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} #bo_vc .sv_wrap {margin-right:15px} #bo_vc .sv_member, #bo_vc .sv_member {font-weight:bold} .bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px} -#bo_vc header .icon_reply {position:absolute;top:8px;left:-20px} #bo_vc h1 {width:0;height:0;overflow:hidden} #bo_vc a {color:#000;text-decoration:none} #bo_vc p {padding:0 0 5px;line-height:1.8em} #bo_vc p a {text-decoration:underline} #bo_vc_empty {margin:0;padding:20px !important;border-bottom:1px dotted #ccc;text-align:center} #bo_vc fieldset {margin:0 0 10px;padding:0} -#bo_vc_w {position:relative;zoom:1} -#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""} #bo_vc #bo_vc_winfo {float:left} #bo_vc #captcha {float:left;margin-left:10px;padding:0 5px 0 0;border:0} #bo_vc #captcha a {display:inline-block;margin-right:5px;text-decoration:underline;vertical-align:middle} #bo_vc .fs_input {margin-right:5px} +#bo_vc_w {position:relative;border-top:1px solid #d9d9d9;zoom:1} +#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""} +#bo_vc_w h2 {padding:15px 0 5px} #bo_vc_w #char_cnt {position:absolute;top:5px;right:10px} #bo_vc_warea {clear:both;position:relative;margin:0 90px 10px 0} #bo_vc_warea textarea {padding:3px;width:100%;height:50px;border:1px solid #ddd;background:#fff;vertical-align:middle} @@ -503,6 +504,8 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f .bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} .bo_vc_act li {float:left;margin-left:5px} +#bo_vc form {padding:0} + /* 사이드뷰 */ .sv_wrap {display:inline-block;position:relative;font-weight:normal} .sv_wrap .sv {z-index:1000;display:none;margin-top:5px;border:1px solid #666;background:#484848} diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index ae319d8ba..81bfd7e85 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -24,7 +24,7 @@ var char_max = parseInt(); // 최대 //$str = preg_replace("/\[\\]/i", "", $str); $str = preg_replace("/\[\]*\>[^\s]*\<\/a\>\]/i", "", $str); ?> -
style="margin-left:px"> +
style="margin-left:px;border-top-color:#e9e9e9">

님의 댓글