From 911efd90f4995ada8ed80a4c977e25e9bb4498b0 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 17 Jan 2013 20:06:58 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EA=B4=80=EB=A6=AC=20=EB=AA=A9=EB=A1=9D=20?= =?UTF-8?q?=EC=9E=AC=EC=A0=95=EB=A6=AC=20#149=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_list.php | 31 +++++++++++++------------------ css/adm.css | 23 ++++++++++++----------- 2 files changed, 25 insertions(+), 29 deletions(-) diff --git a/adm/board_list.php b/adm/board_list.php index b755b0b6e..3e2d3d329 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -106,8 +106,12 @@ var list_delete_php = 'board_list_delete.php'; TABLE 스킨 제목 - 포인트 - 검색 + 읽기P포인트 + 쓰기P포인트 + 댓글P포인트 + 다운P포인트 + 검색
사용 + 검색
순서 관리 @@ -136,22 +140,13 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { - - - - - - - - - - - - - - value="1"> - - + + + + + + value="1" title="검색사용"> + diff --git a/css/adm.css b/css/adm.css index 8825f2515..9c9a39176 100644 --- a/css/adm.css +++ b/css/adm.css @@ -11,10 +11,21 @@ form, img {border:0} input,img {vertical-align:middle} p {margin:10px 0;line-height:1.5em} -/* 내용 건너뛰기 */ +/* 웹접근성 스킬 --- 기본 block 속성에는 적용 안됨*/ +.sound_only {display:inline-block;margin:0;padding:0;width:0;height:0;border:0;overflow:hidden} +/* 본문 바로가기 */ #to_content a {display:block;position:absolute;top:0;left:0;margin:5px;height:0;text-decoration:none;overflow:hidden} #to_content a:focus, #to_content a:active {height:auto;padding:5px 10px;border:1px solid #000;background:#eee;color:#333;font-size:0.75em;overflow:auto} +/* 테이블 */ +table {margin-bottom:10px;width:100%;border:1px solid #d5dcdf;background:#fff} +caption {padding:10px 0 15px;color:#2f4d59;text-align:left;font-size:1em;font-weight:bold} +caption p {margin:7px 0 0;padding:0;color:#6b8088;font:0.75em normal} +th, td {border-bottom:1px solid #e9ecee;font-size:0.75em} +th {padding:10px;background:#f1f6f7} +th label {display:block} +th a {color:#000} +td {padding:10px} /* 내용 없는 테이블 */ .empty_table {padding:200px 0;text-align:center} @@ -88,16 +99,6 @@ fieldset button:focus, .fieldset_submit:focus {padding:0 15px;height:23px;border .frm_list a {display:block;border:1px solid #586267;background:#667379;padding:0 7px;height:30px;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.3em} .frm_list a:focus, .frm_list a:hover {background:#434f54} -/* 테이블 */ -table {margin-bottom:10px;width:100%;border:1px solid #d5dcdf;background:#fff} -caption {padding:10px 0 15px;color:#2f4d59;text-align:left;font-size:1em;font-weight:bold} -caption p {margin:7px 0 0;padding:0;color:#6b8088;font:0.75em normal} -th, td {border-bottom:1px solid #e9ecee;font-size:0.75em} -th {padding:10px;background:#f1f6f7} -th label {display:block} -th a {color:#000} -td {padding:10px} - /* 폼 테이블 */ .frm_tbl th {width:130px;text-align:left;font-weight:normal} .frm_tbl textarea {height:150px}