From 68c5e9130bdf528a686e5d6ddcab11785dba6914 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 11 Dec 2012 16:26:00 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20help=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EB=B0=8F=20fieldset=20legend=20=EA=B8=80=EC=9E=90=ED=81=AC?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/config_form.php | 22 +++++++++++----------- adm/gnb.js | 1 - css/adm.css | 19 +++++++++++-------- 3 files changed, 22 insertions(+), 20 deletions(-) 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'); - 0으로 입력하시면 쪽지보낼시 포인트를 차감하지 않습니다.')?> + 점 @@ -173,7 +173,7 @@ include_once ('./admin.head.php'); 점 - + 점 @@ -296,12 +296,12 @@ include_once ('./admin.head.php'); + - @@ -325,12 +325,12 @@ include_once ('./admin.head.php'); - + - + @@ -375,37 +375,37 @@ include_once ('./admin.head.php'); 게시판 글 작성 시 메일 설정 - + > 사용 - + > 사용 - + > 사용 - + > 사용 - + - + > 사용 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}