설치시 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

@ -32,7 +32,7 @@ form { margin:0; padding:0; }
.iePngFix { behavior:url(./common/js/iePngFix.htc); } .iePngFix { behavior:url(./common/js/iePngFix.htc); }
/* Input Style Definition */ /* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _position:relative; _top:2px;} .inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; margin-bottom:-2px;}
.inputTypeText:hover, .inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; } .inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em;} .inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em;}

View file

@ -55,3 +55,4 @@ body { margin:0; }
#layout_zx .layout_menu a { color:#666666; text-decoration:none;} #layout_zx .layout_menu a { color:#666666; text-decoration:none;}
.lang_type_option {float:left; margin:8px 0 0 10px;} .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; } #layout_zx .layout_menu a { color:#666666; text-decoration:none; }
.lang_type_option {float:left; margin:8px 0 0 10px;} .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; } #layout_zx .layout_menu a { color:#666666; text-decoration:none; }
.lang_type_option {float:left; margin:8px 0 0 10px;} .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;} #layout_zx .layout_menu a { color:#666666; text-decoration:none;}
.lang_type_option {float:left; margin:8px 0 0 10px;} .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" /> <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> <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> </div>