Commit bfa81cc137adc44f950aa824261bb4c8632cd1b9
1 parent
239742d6
Internet Explorer > Clinical Animation > Zoom 125% break the "Show All" button and search field.
Showing
1 changed file
with
12 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
... | ... | @@ -35,7 +35,18 @@ |
35 | 35 | <div class="col-md-2 col-sm-4 pad-lftrgt3"> |
36 | 36 | <div class="form-group"> |
37 | 37 | <h6 class="text-center text-primary txt-white f11">Search</h6> |
38 | - <button class="btn btn-primary btn-sm" ng-click="ApplySearch(query)"><i class="fa fa-search"></i></button> <button class="btn btn-primary btn-sm col-md-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button> | |
38 | + | |
39 | + | |
40 | + <div class="btn-group col-xs-12" style="padding:0;"> | |
41 | + <button type="button" class="btn btn-primary btn-sm col-xs-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button> | |
42 | + <button type="button" class="btn btn-primary btn-sm col-xs-3" ng-click="ApplySearch(query)"> | |
43 | + <i class="fa fa-search"></i> | |
44 | + </button> | |
45 | + | |
46 | + </div> | |
47 | + | |
48 | + | |
49 | + <!--<button class="btn btn-primary btn-sm" ng-click="ApplySearch(query)"><i class="fa fa-search"></i></button> <button class="btn btn-primary btn-sm col-md-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button>--> | |
39 | 50 | </div> |
40 | 51 | </div> |
41 | 52 | </div> | ... | ... |