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; - + +

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

+ +
글자
+