Commit 71edf5f52697f54f65ebe2752bdac39ce75ae90d
1 parent
4794cb5b
Internet Explorer > Clinical Illustration. 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/ci/ci-view.html
... | ... | @@ -49,7 +49,18 @@ |
49 | 49 | <div class="col-md-2 col-sm-4 pad-lftrgt3"> |
50 | 50 | <div class="form-group"> |
51 | 51 | <h6 class="text-center text-primary txt-white f11">Search</h6> |
52 | - <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> | |
52 | + | |
53 | + <div class="btn-group col-xs-12" style="padding:0;"> | |
54 | + <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> | |
55 | + <button type="button" class="btn btn-primary btn-sm col-xs-3" ng-click="ApplySearch(query)"> | |
56 | + <i class="fa fa-search"></i> | |
57 | + </button> | |
58 | + | |
59 | + </div> | |
60 | + | |
61 | + | |
62 | + | |
63 | + <!--<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>--> | |
53 | 64 | </div> |
54 | 65 | </div> |
55 | 66 | </div> | ... | ... |