Fix input group size

pull/657/head
Abdullah Almsaeed 2015-08-24 18:08:24 -04:00
parent 996444f55b
commit 685ba27900
1 changed files with 3 additions and 3 deletions

View File

@ -715,10 +715,10 @@
<div class="box-header">
<h3 class="box-title">Responsive Hover Table</h3>
<div class="box-tools">
<div class="input-group" style="width: 150px;">
<input type="text" name="table_search" class="form-control input-group-sm pull-right" placeholder="Search">
<div class="input-group input-group-sm" style="width: 150px;">
<input type="text" name="table_search" class="form-control pull-right" placeholder="Search">
<div class="input-group-btn">
<button type="submit" class="btn btn-group-sm btn-default"><i class="fa fa-search"></i></button>
<button type="submit" class="btn btn-default"><i class="fa fa-search"></i></button>
</div>
</div>
</div>