모바일: 새창 창닫기 a -> button 으로 변경 및 스타일 추가, td_x 테이블 설정 스타일 추가

This commit is contained in:
whitedot
2013-05-23 17:09:54 +09:00
parent a9822ba041
commit 84e0bdab8c
10 changed files with 32 additions and 13 deletions

View File

@ -64,7 +64,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
작성하신 메일을 발송하시려면 <strong>메일발송</strong> 버튼을, 작성을 취소하고 창을 닫으시려면 <strong>창닫기</strong> 버튼을 누르세요.
</p>
<input type="submit" value="메일발송" id="btn_submit" class="btn_submit">
<button type="button" class="btn_cancel" onclick="javascript:window.close();">창닫기</button>
<button type="button" onclick="window.close();">창닫기</button>
</div>
</form>