diff --git a/adm/config_form.php b/adm/config_form.php
index 99bcb0254..65650a409 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -47,7 +47,7 @@ include_once ('./admin.head.php');
|
- =help('양수로 입력하십시오. 0으로 입력하시면 쪽지보낼시 포인트를 차감하지 않습니다.')?>
+ =help('양수로 입력하십시오. 0으로 입력하시면 쪽지보낼시 포인트를 차감하지 않습니다.')?>
점
|
@@ -173,7 +173,7 @@ include_once ('./admin.head.php');
점 |
- |
+ |
점 |
|
점 |
@@ -296,12 +296,12 @@ include_once ('./admin.head.php');
|
+ =help('게시물에 게시자 별명 대신 아이콘 사용')?>
- =help('게시물에 게시자 별명 대신 아이콘 사용')?>
|
|
@@ -325,12 +325,12 @@ include_once ('./admin.head.php');
|
- =help('입력된 단어가 포함된 내용은 회원아이디, 별명으로 사용할 수 없습니다. 단어와 단어 사이는 , 로 구분합니다..')?>
+ =help('회원아이디, 별명으로 사용할 수 없는 단어를 정합니다. 쉼표 (,) 로 구분')?>
|
|
- =help('hanmail.net과 같은 메일 주소는 입력을 못합니다. 엔터로 구분합니다.')?>
+ =help('hanmail.net과 같은 메일 주소는 입력을 못합니다. 엔터로 구분')?>
|
@@ -375,37 +375,37 @@ include_once ('./admin.head.php');
게시판 글 작성 시 메일 설정
- |
+ |
=help('최고관리자에게 메일을 발송합니다.')?>
> 사용
|
- |
+ |
=help('그룹관리자에게 메일을 발송합니다.')?>
> 사용
|
- |
+ |
=help('게시판관리자에게 메일을 발송합니다.')?>
> 사용
|
- |
+ |
=help('게시자님께 메일을 발송합니다.')?>
> 사용
|
- |
+ |
- =help('원글에 코멘트가 올라오는 경우 코멘트 쓴 모든 분들께 메일을 발송합니다.')?>
+ =help('원글에 댓글이 올라오는 경우 댓글 쓴 모든 분들께 메일을 발송합니다.')?>
> 사용
|
diff --git a/adm/gnb.js b/adm/gnb.js
index ed182ad19..865e669ae 100644
--- a/adm/gnb.js
+++ b/adm/gnb.js
@@ -1,3 +1,2 @@
$(document).ready(function(){
-
});
\ No newline at end of file
diff --git a/css/adm.css b/css/adm.css
index 8edbc6d40..7df758fe9 100644
--- a/css/adm.css
+++ b/css/adm.css
@@ -11,8 +11,6 @@ mark {background-color:#fff;color:#000;font-style:italic;font-weight:bold}
del {text-decoration: line-through}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help}
table {border-collapse:collapse;border-spacing:0}
-input, select {vertical-align:middle}
-label {cursor:pointer}
img {border:0}
/* 내용 건너띄기 */
@@ -41,7 +39,7 @@ header {background:#2c2f34}
.gnb_1depth ul {display:block;visibility:hidden;height:0}
.gnb_1depth_on ul {visibility:visible;height:auto}
.gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3}
-.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-weight:bold;text-decoration:none;line-height:2.5em}
+.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em}
.gnb_1depth_on a {background:#515b5f;color:#fff}
.gnb_2depth {border-bottom:1px solid #eef1f2}
.gnb_2depth a {display:block;padding-left:15px;height:30px;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
@@ -52,18 +50,23 @@ h1 {display:block;visibility:hidden;height:0}
article h1 {visibility:visible;height:auto}
/* 폼요소 */
-textarea, input, select {border:1px solid #ced9de;background:#f6f9fa}
+label {vertical-align:middle}
+textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
textarea, input {padding:3px}
textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff}
+textarea {width:90%}
select {padding:2px}
fieldset {margin-bottom:20px;padding:13px;border:1px solid #ced9de;background:#fff}
-legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa}
+legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa;font-size:0.875em}
button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
+.readonly {background:#ff3061}
+
+.adm_field_explain {display:block;padding:0 0 5px;color:#768f99}
/* 테이블 */
-table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
-caption {padding-bottom:10px;text-align:left;font-size:1em}
-caption p {padding:0 0 5px;color:#6b8088;font-size:0.75em}
+table {margin-bottom:30px;width:100%;border:1px solid #d5dcdf;background:#fff}
+caption {padding-bottom:15px;text-align:left;font-size:1em;font-weight:bold}
+caption p {padding:0 0 5px;color:#6b8088;font:0.75em normal}
th, td {border-bottom:1px solid #e9ecee;font-size:0.75em}
th label {display:block}
th a {color:#000}