bug-fix-patch-6

# Fixed search input hieght in user directory for all browsers
# Showing agents by ascending name order in ticket assign modal pop ups
This commit is contained in:
Manish Verma
2016-12-21 16:29:55 +05:30
parent d29ca0e626
commit df14836985
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class="active"
<div class="col-md-5">
<div class="box-tools" style="width: 235px">
<div class="has-feedback">
<input type="text" class="form-control input-sm" id="search-text" name="search" placeholder="{{Lang::get('lang.search')}}">
<input type="text" class="form-control input-sm" id="search-text" name="search" placeholder="{{Lang::get('lang.search')}}" style="height:30px">
<span class="fa fa-search form-control-feedback"></span>
</div>
</div><!-- /.box-tools -->