From 62a4587139296dd69d112cb80deb86aeeeb82b59 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 22 Feb 2013 10:43:51 +0900 Subject: [PATCH] =?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=20=EB=8C=93=EA=B8=80=EC=93=B0=EA=B8=B0=20?= =?UTF-8?q?=ED=8F=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 15 +++---- skin/board/basic/view_comment.skin.php | 58 ++++++++++++++++++-------- 2 files changed, 45 insertions(+), 28 deletions(-) diff --git a/css/default.css b/css/default.css index 0cdf73b63..9fd0b08a4 100644 --- a/css/default.css +++ b/css/default.css @@ -529,22 +529,17 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; #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 #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 #cfded8;background:#fff;vertical-align:middle} -#bo_vc_warea .bo_vc_submit {position:absolute;top:0;right:-90px !important;right:0;width:75px;height:57px;border:1px solid #666;background:#333;color:#fff;letter-spacing:-0.1em} #bo_vc footer {zoom:1} #bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""} + .bo_vc_act {float:right;margin:0;list-style:none;zoom:1} .bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} .bo_vc_act li {float:left;margin-left:5px} +#bo_vc_w {position:relative;margin-bottom:10px;padding:0 20px 20px;border-bottom:1px solid #cfded8} +#bo_vc_w h2 {padding:15px 0 5px} +#bo_vc_w #char_cnt {display:block;margin-bottom:5px} + #bo_vc form {padding:0} /* 게시판용 버튼 */ diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index 9c84ae6e1..e4c1ee17c 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -73,7 +73,9 @@ var char_max = parseInt(); // 최대

등록된 댓글이 없습니다.

- + + @@ -91,23 +93,44 @@ var char_max = parseInt(); // 최대 -
- 작성자 - - - - - - -
- - 글자 -
- - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자동등록방지
내용 + 글자 + + +
+ +
+
+ @@ -270,4 +293,3 @@ var char_max = parseInt(); // 최대 comment_box('', 'c'); // 댓글 입력폼이 보이도록 처리하기위해서 추가 (root님) -