사용자: 기본 디자인 및 버튼 등 스타일 수정

This commit is contained in:
whitedot
2013-12-05 16:18:28 +09:00
parent 43d018f11e
commit fb8b3283ec
16 changed files with 88 additions and 134 deletions

View File

@ -18,6 +18,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<label for="mb_id" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="mb_id" value="<?php echo $mb_id ?>" id="mb_id" required class="frm_input required">
<input type="submit" value="검색" class="btn_submit">
<p>회원 아이디만 검색 가능</p>
</form>
<script>
/* 셀렉트 박스에서 자동 이동 해제

View File

@ -4,4 +4,4 @@
/* 최근게시물 스킨 (new) */
#new_sch {margin-bottom:10px;text-align:right}
#new_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#new_sch .btn_submit {height:22px}
#new_sch p {padding:5px 0 0;font-size:0.95em;text-align:right;letter-spacing:-0.1em}