공통: 리디자인 중

This commit is contained in:
whitedot
2013-10-15 11:25:07 +09:00
parent 65f5262476
commit 8252129dd0
41 changed files with 169 additions and 173 deletions

View File

@ -97,7 +97,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</ul>
</aside>
<div class="btn_win">
<div class="win_btn">
<button type="button" onclick="window.close();">창닫기</button>
</div>
</div>

View File

@ -31,10 +31,10 @@
#poll .btn_submit {}
#poll .btn_cancel {}
#poll .btn_frmline {} /* 우편번호검색버튼 등 */
#poll .btn_win {} /* 새창용 */
#poll .btn_win a {}
#poll .btn_win button {}
#poll .btn_win input {}
#poll .win_btn {} /* 새창용 */
#poll .win_btn a {}
#poll .win_btn button {}
#poll .win_btn input {}
/* ### 기본 스타일 커스터마이징 끝 ### */