Use a search input instead of text. Adapt a little the css.

This commit is contained in:
Sébastien Lucas 2013-05-22 18:09:12 +02:00
父節點 9a116772ab
當前提交 a842dcbc10
共有 2 個文件被更改,包括 9 次插入4 次删除

查看文件

@ -159,7 +159,7 @@
<?php if (!is_null ($database)) { ?>
<input type="hidden" name="<?php echo DB ?>" value="<?php echo $database ?>" />
<?php } ?>
<input type="text" name="query" />
<input type="search" name="query" />
</div>
</form>
</div>

查看文件

@ -231,17 +231,22 @@ overflow: hidden;
/*-------------Search Aside-------------*/
#tool input[type=text]
#tool input[type=search]
{
vertical-align: middle;
width: 100%;
margin: 5px;
margin: 3px;
}
#tool div, #tool form
{
height: 32px;
}
.stop select
{
vertical-align: middle;
margin: 5px;
margin: 4px;
}
#sort