mirror of https://github.com/rancher/ui.git
more for 8202
This commit is contained in:
parent
4276473495
commit
5357253ec1
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,12 @@
|
|||
&.text-success:hover {
|
||||
color: $success;
|
||||
}
|
||||
|
||||
i {
|
||||
height: 17px;
|
||||
line-height: 14px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.grid TD.state {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue