diff --git a/adm/config_form.php b/adm/config_form.php
index ddefdaeb0..619067161 100644
--- a/adm/config_form.php
+++ b/adm/config_form.php
@@ -38,10 +38,16 @@ $pg_anchor = "
=$pg_anchor?>
+
+
+
+
+
+
|
- |
+ |
|
=get_member_id_select('cf_admin', 10, $config['cf_admin'], 'required')?> |
@@ -180,6 +186,12 @@ $pg_anchor = "
각 게시판 관리에서 개별적으로 설정 가능합니다.
+
+
+
+
+
+
|
@@ -251,6 +263,12 @@ $pg_anchor = "
회원가입 시 사용할 스킨과 입력 받을 정보 등을 설정할 수 있습니다.
+
+
+
+
+
+
|
@@ -373,6 +391,10 @@ $pg_anchor = "
=$pg_anchor?>
+
+
+
+
|
@@ -410,6 +432,10 @@ $pg_anchor = "
=$pg_anchor?>
+
+
+
+
|
@@ -455,6 +481,10 @@ $pg_anchor = "
=$pg_anchor?>
+
+
+
+
|
@@ -480,6 +510,10 @@ $pg_anchor = "
=$pg_anchor?>
+
+
+
+
|
@@ -498,6 +532,10 @@ $pg_anchor = "
각 게시판 관리에서 개별적으로 설정 가능합니다.
+
+
+
+
for ($i=1; $i<=10; $i++) { ?>
diff --git a/css/adm.css b/css/adm.css
index 6ea07472d..a2b53e1b3 100644
--- a/css/adm.css
+++ b/css/adm.css
@@ -42,7 +42,6 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa
#snb a {display:inline-block;padding:5px 0;color:#e0e0e0;text-decoration:none}
/* gnb js off */
-
#gnb {}
#gnb ul {z-index:10}
.gnb_1depth {position:relative;margin-left:-1px;background:#383a3f;zoom:1}
@@ -103,6 +102,17 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
/* 내용 없는 테이블 */
.empty_table {padding:200px 0;text-align:center}
+/* 테이블 그리드 */
+table .grid_1 {width:80px}
+table .grid_2 {width:170px}
+table .grid_3 {width:260px}
+table .grid_4 {width:350px}
+table .grid_5 {width:440px}
+table .grid_6 {width:530px}
+table .grid_7 {width:620px}
+table .grid_8 {width:710px}
+table .grid_9 {width:800px}
+table .grid_10 {width:890px}
/* 버튼 */
.btn_confirm {margin-bottom:20px;text-align:center}
@@ -141,7 +151,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.adm_field_explain {display:block;padding:0 0 5px;color:#5b747e}
/* 폼 바로가기 */
-.frm_list {margin:0 0 20px;padding:0 0 0 1px;zoom:1}
+.frm_list {margin:0 0 10px;padding:0;zoom:1}
.frm_list:after {display:block;visibility:hidden;clear:both;content:""}
.frm_list li {float:left;margin-left:-1px;list-style:none}
.frm_list a {display:inline-block;border:1px solid #586267;background:#667379;padding:0 7px;height:30px;color:#fff;text-decoration:none;line-height:2.3em}
@@ -149,7 +159,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.frm_list a:hover {background:#434f54;text-decoration:none}
/* 폼 테이블 */
-.frm_tbl th {width:130px;text-align:left;font-weight:normal}
+.frm_tbl th {padding:0 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#eef2f3;text-align:left;font-weight:normal}
.frm_tbl textarea {height:150px}
#frm_extra label {display:inline-block;width:100px}
#frm_extra input {margin-right:10px}
@@ -159,7 +169,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
/* 관리권한설정 목록 */
.td_menu {}
.td_auth {width:100px;text-align:center}
-.td_auth_mbnick {width:200px;text-align:center}
+.td_auth_mbnick {width:200px}
/* 회원관리 목록 */
.tbl_mb_list td {text-align:center}
/* 포인트관리 목록 */