모바일: 이름입력칸 넓게

This commit is contained in:
whitedot
2013-11-05 09:56:14 +09:00
parent a25042b2a4
commit 6c88914bf0
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<?php if ($is_name) { ?>
<tr>
<th scope="row"><label for="wr_name">이름<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required class="frm_input required" size="3" maxlength="20"></td>
<td><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required class="frm_input required" maxlength="20"></td>
</tr>
<?php } ?>