관리자: 목록 바로가기 클래스명 수정 및 스타일 수정
This commit is contained in:
@ -65,7 +65,7 @@ if ($is_admin != 'super') {
|
||||
$g4['title'] = $html_title;
|
||||
include_once ('./admin.head.php');
|
||||
|
||||
$pg_anchor = "<ul class=\"frm_list\">
|
||||
$pg_anchor = "<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_basic\">기본 설정</a></li>
|
||||
<li><a href=\"#frm_auth\">권한 설정</a></li>
|
||||
<li><a href=\"#frm_function\">기능 설정</a></li>
|
||||
|
||||
@ -18,7 +18,7 @@ $g4['title'] = '환경설정';
|
||||
include_once ('./admin.head.php');
|
||||
|
||||
$pg_anchor = "
|
||||
<ul class=\"frm_list\">
|
||||
<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_basic\">기본환경</a></li>
|
||||
<li><a href=\"#frm_board\">게시판기본</a></li>
|
||||
<li><a href=\"#frm_join\">회원가입</a></li>
|
||||
|
||||
14
css/adm.css
14
css/adm.css
@ -152,13 +152,13 @@ fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:#
|
||||
/* 폼 안내글 */
|
||||
.adm_field_explain {display:block;padding:0 0 5px;color:#5b747e}
|
||||
|
||||
/* 폼 바로가기 */
|
||||
.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}
|
||||
.frm_list a:focus,
|
||||
.frm_list a:hover {background:#434f54;text-decoration:none}
|
||||
/* 목록 바로가기 */
|
||||
.anchor {margin:0 0 10px;padding:0;zoom:1}
|
||||
.anchor:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.anchor li {float:left;margin-left:-1px;list-style:none}
|
||||
.anchor a {display:inline-block;border:1px solid #586267;background:#667379;padding:0 7px;height:30px;color:#fff;text-decoration:none;line-height:2.6em}
|
||||
.anchor a:focus,
|
||||
.anchor a:hover {background:#434f54;text-decoration:none}
|
||||
|
||||
/* 테이블 */
|
||||
table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
|
||||
Reference in New Issue
Block a user