사용자: 상단 로고 교체, 검색 submit 이미지 에서 버튼으로

This commit is contained in:
whitedot
2013-05-15 09:03:19 +09:00
parent 851b88c905
commit 505fdbdf57
3 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#logo {padding:17px 0}
#sch_all {position:absolute;top:22px;left:70px;margin:0;padding:0;letter-spacing:-5px}
#sch_all {position:absolute;top:22px;left:70px;margin:0;padding:0;border:1px solid #c9c9c9}
#sch_all legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sch_all_stx {padding-left:5px;width:156px;height:24px;border:1px solid #aaa;border-right:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#sch_all_submit {border:1px solid #aaa;border-left:0}
#sch_all_stx {padding-left:5px;width:156px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#sch_all_submit {padding:0 5px;height:26px;border:0;background:#000;color:#fff}
#mb_nb {position:absolute;top:18px;right:0;zoom:1}
#mb_nb:after {display:block;visibility:hidden;clear:both;content:""}

View File

@ -41,7 +41,7 @@ if ($config['cf_include_head']) {
<input type="hidden" name="sop" value="and">
<label for="sch_all_stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="stx" id="sch_all_stx" maxlength="20">
<input type="image" id="sch_all_submit" src="<?php echo G4_IMG_URL ?>/btn_search.jpg" width="24" height="24" alt="검색">
<input type="submit" value="검색" id="sch_all_submit">
</form>
<script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB