사용자: 아웃로그인 후 이름표시 및 상단 전체검색 버튼 이미지 교체
This commit is contained in:
@ -484,7 +484,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff;
|
||||
/* 게시판 읽기 */
|
||||
#bo_v {margin-bottom:20px;padding-bottom:20px}
|
||||
|
||||
#bo_v_cate {position:absolute;top:0;right:15px;margin:0;padding:0 5px;height:25px;background:#76a5a8;color:#fff;font-weight:bold;line-height:2.2em}
|
||||
#bo_v_cate {position:absolute;top:0;right:15px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em}
|
||||
|
||||
#bo_v_h1 {padding:10px 0;font-size:1.2em}
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1016 B After Width: | Height: | Size: 832 B |
@ -5,7 +5,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<!-- 로그인 후 외부로그인 시작 -->
|
||||
<section id="ol_after" class="ol">
|
||||
<header id="ol_after_hd">
|
||||
<h2><?=$nick?>님</h2>
|
||||
<h2>나의 회원정보</h2>
|
||||
<strong><?=$nick?>님</strong>
|
||||
<? if ($is_admin == 'super' || $is_auth) { ?><a href="<?=G4_ADMIN_URL?>" class="btn_admin">관리자 모드</a><? } ?>
|
||||
</header>
|
||||
<ul id="ol_after_private">
|
||||
|
||||
Reference in New Issue
Block a user