모바일: 검색란 스타일 제거

This commit is contained in:
whitedot
2013-03-07 16:03:15 +09:00
parent ade706fadb
commit 7d491fdb78
6 changed files with 25 additions and 9 deletions

View File

@ -140,8 +140,8 @@ if ($is_nogood) $colspan++;
<option value="wr_name,1"<?=get_selected($sfl, 'wr_name,1');?>>글쓴이</option>
<option value="wr_name,0"<?=get_selected($sfl, 'wr_name,0');?>>글쓴이(코)</option>
</select>
<input name="stx" class="fs_input required" maxlength="15" size="15" required value="<?=stripslashes($stx)?>" title="검색어(필수)">
<input type="submit" class="fs_submit" value="검색">
<input name="stx" class="required" maxlength="15" size="15" required value="<?=stripslashes($stx)?>" title="검색어(필수)">
<input type="submit" value="검색">
</form>
</fieldset>