관리자: qnb 추가

This commit is contained in:
whitedot
2013-02-18 18:44:32 +09:00
parent aa2c23790c
commit bc65c98179
2 changed files with 24 additions and 5 deletions

View File

@ -122,9 +122,24 @@ function textarea_size(fld, size)
<div id="wrapper">
<ul id="qnb">
<li><a href="#" style="background:#ddd">1</a></li>
<li></li>
<li></li>
<li>
<a href="<?=G4_ADMIN_URL?>/member_list.php">
<img src="<?=G4_ADMIN_URL?>/img/qnb_mb.jpg" alt="">
회원
</a>
</li>
<li>
<a href="<?=G4_ADMIN_URL?>/board_list.php">
<img src="<?=G4_ADMIN_URL?>/img/qnb_board.jpg" alt="">
게시판
</a>
</li>
<li>
<a href="<?=G4_ADMIN_URL?>/visit_list.php">
<img src="<?=G4_ADMIN_URL?>/img/qnb_log.jpg" alt="">
접속자
</a>
</li>
</ul>
<div id="container">

View File

@ -84,8 +84,12 @@ h2 {font-size:1.2em}
#wrapper {margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#qnb {float:right;margin:0;padding:0;list-style:none}
#qnb li {margin-bottom:1px}
#qnb a {display:block;width:45px;height:45px}
#qnb li {margin-bottom:20px}
#qnb a {display:block;width:40px;font-size:0.9em;text-align:center}
#qnb a:focus,
#qnb a:hover,
#qnb a:active {text-decoration:none}
#qnb img {margin-bottom:5px}
#container {float:left;width:942px}
/* 하단 레이아웃 */