more for 8202

This commit is contained in:
lvuch 2017-03-20 09:35:05 -07:00
parent 4276473495
commit 5357253ec1
3 changed files with 8 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<div class="col span-4 clearfix">
{{#if search}}
<div class="pull-right input-group">
{{input value=searchText type="search" class="input-sm" placeholder=(t 'generic.search')}}
{{input value=searchText type="search" class="input-sm pull-right" placeholder=(t 'generic.search')}}
{{#if searchText}}
<span class="input-group-btn">
<button class="btn bg-primary" {{action 'clearSearch'}}><i class="icon icon-close"/></button>

View File

@ -13,6 +13,12 @@
&.text-success:hover {
color: $success;
}
i {
height: 17px;
line-height: 14px;
vertical-align: middle;
}
}
.grid TD.state {

View File

@ -56,7 +56,7 @@ textarea {
padding: 5px 10px;
font-size: 15px;
transition: all ease-in-out .3s;
width: 100%;
// width: 100%;
&[size] {
display: inline-block;