Use a search input instead of text. Adapt a little the css.
这个提交存在于:
父节点
9a116772ab
当前提交
a842dcbc10
共有 2 个文件被更改,包括 9 次插入 和 4 次删除
|
|
@ -159,7 +159,7 @@
|
||||||
<?php if (!is_null ($database)) { ?>
|
<?php if (!is_null ($database)) { ?>
|
||||||
<input type="hidden" name="<?php echo DB ?>" value="<?php echo $database ?>" />
|
<input type="hidden" name="<?php echo DB ?>" value="<?php echo $database ?>" />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<input type="text" name="query" />
|
<input type="search" name="query" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
11
style.css
11
style.css
|
|
@ -231,17 +231,22 @@ overflow: hidden;
|
||||||
|
|
||||||
|
|
||||||
/*-------------Search Aside-------------*/
|
/*-------------Search Aside-------------*/
|
||||||
#tool input[type=text]
|
#tool input[type=search]
|
||||||
{
|
{
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 5px;
|
margin: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tool div, #tool form
|
||||||
|
{
|
||||||
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stop select
|
.stop select
|
||||||
{
|
{
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin: 5px;
|
margin: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sort
|
#sort
|
||||||
|
|
|
||||||
正在加载…
添加表格
添加链接
在新工单中引用