설치시 input의 위치가 어긋나는 문제 및 zb5beta site에서 통합검색폼의 하단 여백 조절

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2000 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 01:03:23 +00:00
parent ef178d7aac
commit dc29988914
6 changed files with 7 additions and 2 deletions

View file

@ -55,3 +55,4 @@ body { margin:0; }
#layout_zx .layout_menu a { color:#666666; text-decoration:none;}
.lang_type_option {float:left; margin:8px 0 0 10px;}
.is_form { text-align:center; margin-bottom:.5em; }

View file

@ -56,3 +56,4 @@ body { margin:0; }
#layout_zx .layout_menu a { color:#666666; text-decoration:none; }
.lang_type_option {float:left; margin:8px 0 0 10px;}
.is_form { text-align:center; margin-bottom:.5em; }

View file

@ -55,3 +55,4 @@ body { margin:0; }
#layout_zx .layout_menu a { color:#666666; text-decoration:none; }
.lang_type_option {float:left; margin:8px 0 0 10px;}
.is_form { text-align:center; margin-bottom:.5em; }

View file

@ -55,3 +55,4 @@ body { margin:0; }
#layout_zx .layout_menu a { color:#666666; text-decoration:none;}
.lang_type_option {float:left; margin:8px 0 0 10px;}
.is_form { text-align:center; margin-bottom:.5em; }

View file

@ -75,7 +75,8 @@
<!-- 로그인 위젯 -->
<img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="default" colorset="default" />
<div class="tCenter">
<!-- 통합검색 -->
<div class="is_form">
<form action="{getUrl()}" method="get"><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" class="inputTypeText w100" name="is_keyword" value="{$is_keyword}"/><span class="button"><input type="submit" value="{$lang->cmd_search}" /></span></form>
</div>