사용자: 아웃로그인 관리자 링크 스타일 제거
This commit is contained in:
@ -107,13 +107,12 @@ h6 {margin:0 0 20px}
|
||||
#ol_submit {position:absolute;top:38px;right:12px;width:60px;height:24px;border:1px solid #b7b7b7;background:#fff;font-size:1em;font-weight:bold;letter-spacing:-0.1em;line-height:2em}
|
||||
/* 로그인 후 */
|
||||
#ol_after {width:198px;background:#f0f0ed;color:#000;font-size:0.75em}
|
||||
#ol_after a {color:#000;text-decoration:none}
|
||||
#ol_after header {padding:10px 0;text-align:center}
|
||||
#ol_after ul {padding:5px 0;background:#fff}
|
||||
#ol_after li a {display:block;position:relative;padding:7px 10px}
|
||||
#ol_after li a {display:block;position:relative;padding:7px 10px;color:#000;text-decoration:none}
|
||||
#ol_after li span {position:absolute;top:7px;right:10px}
|
||||
#ol_after footer {padding:7px 0 10px;text-align:center}
|
||||
#ol_after footer a {display:inline-block;padding:0 5px}
|
||||
#ol_after footer a {display:inline-block;padding:0 5px;color:#000;text-decoration:none}
|
||||
|
||||
/* 설문조사 */
|
||||
#poll {width:198px;border:1px solid #dedace;background:#fff;font-size:0.75em}
|
||||
|
||||
@ -7,7 +7,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<header>
|
||||
<h2>나의 회원정보</h2>
|
||||
<strong><?=$nick?></strong>님
|
||||
<? if ($is_admin == 'super' || $is_auth) { ?><a href="<?=$g4['admin_path']?>/">관리자</a><? } ?>
|
||||
<? if ($is_admin == 'super' || $is_auth) { ?><a href="<?=$g4['admin_path']?>/" id="ol_admin">관리자</a><? } ?>
|
||||
</header>
|
||||
<ul>
|
||||
<li><a href="javascript:win_memo();">안 읽은 쪽지 <span><?=$memo_not_read?>통</span></a></li>
|
||||
|
||||
Reference in New Issue
Block a user