사용자: 회원가입 완료
This commit is contained in:
@ -176,7 +176,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
|
||||
|
||||
/* 회원가입 완료 */
|
||||
#reg_result {margin-bottom:20px;padding:70px 50px 40px}
|
||||
#reg_result_logo {margin-bottom:30px;text-align:center}
|
||||
#reg_result_logo {margin-bottom:40px;text-align:center}
|
||||
#reg_result_email {padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em}
|
||||
#reg_result_email span {display:inline-block;width:150px}
|
||||
#reg_result_email strong {color:#109ff1;font-size:1.2em}
|
||||
|
||||
BIN
skin/member/neo/img/reg_result_logo.jpg
Normal file
BIN
skin/member/neo/img/reg_result_logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<div id="reg_result" class="cbg">
|
||||
|
||||
<div id="reg_result_logo"><img src="<?=$member_skin_url?>img/reg_result_logo.jpg" alt=""></div>
|
||||
<div id="reg_result_logo"><a href="<?=$g4['url']?>/"><img src="<?=$member_skin_url?>/img/reg_result_logo.jpg" alt="메인으로"></a></div>
|
||||
|
||||
<p>
|
||||
<strong><?=$mb['mb_name']?></strong>님의 회원가입을 진심으로 축하합니다.<br>
|
||||
|
||||
Reference in New Issue
Block a user