관리자: 온라인 서식 내 바로가기 스타일

This commit is contained in:
whitedot
2012-12-14 15:19:51 +09:00
parent 08121ce782
commit b4bc4d3f84
2 changed files with 9 additions and 3 deletions

View File

@ -71,7 +71,7 @@ include_once ('./admin.head.php');
<?=cheditor1('bo_content_head', '100%', '200');?>
<?=cheditor1('bo_content_tail', '100%', '200');?>
<ul>
<ul class="frm_list">
<li><a href="#frm_basic">기본 설정</a></li>
<li><a href="#frm_auth">권한 설정</a></li>
<li><a href="#frm_function">기능 설정</a></li>

View File

@ -63,10 +63,16 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.group_setting {}
.group_setting_ta {display:block;padding-top:5px}
.frm_list {margin:0 0 20px;padding:0 0 0 1px;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:block;border:1px solid #c7cfd5;background:#fff;padding:0 7px;height:30px;color:#2e5d98;font-size:0.875em;text-decoration:none;line-height:2.3em}
.frm_list a:focus, .frm_list a:hover {background:#f6f9fa}
/* 테이블 */
table {margin-bottom:10px;width:100%;border:1px solid #d5dcdf;background:#fff}
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
caption {padding-bottom:15px;color:#5b7c89;text-align:left;font-size:1em;font-weight:bold}
caption p {padding:0 0 5px;color:#6b8088;font:0.75em normal}
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 label {display:block}
th a {color:#000}