From 09c7d154d5eeb01d24aad5675bb0a818e6c85a58 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 26 Aug 2013 16:10:36 +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=EC=B5=9C=EC=86=8C/=EC=B5=9C=EB=8C=80=20?= =?UTF-8?q?=EA=B8=80=EC=9E=90=EC=88=98=20=EC=B2=B4=ED=81=AC=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EB=A7=88=ED=81=AC=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/style.css | 4 ++++ skin/board/basic/write.skin.php | 12 +++++++++++- skin/board/gallery/style.css | 4 ++++ skin/board/gallery/write.skin.php | 6 +++++- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index ffc8d0cb2..6879b98fa 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -35,6 +35,10 @@ #bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} /* 게시판 쓰기 */ +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrp {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + #autosave_wrapper {position:relative} #autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll} html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */ diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index 2122dd611..8b9576958 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -2,6 +2,12 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> + +

@@ -122,7 +128,11 @@ echo $option_hidden; - + +

이 게시판은 최소 글자 초과, 최대 글자 미만까지 글을 쓰실 수 있습니다.

+ +
글자
+ diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index 5007f69e1..a0dad85e3 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -59,6 +59,10 @@ #bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} /* 게시판 쓰기 */ +#char_count_desc {display:block;margin:0 0 5px;padding:0} +#char_count_wrp {margin:5px 0 0;text-align:right} +#char_count {font-weight:bold} + #autosave_wrapper {position:relative} #autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll} html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */ diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index cab5d12a2..8c048eefa 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -119,7 +119,11 @@ echo $option_hidden; - + +

이 게시판은 최소 글자 초과, 최대 글자 미만까지 글을 쓰실 수 있습니다.

+ +
글자
+