Commit 29913a1748d009eea5e936db44b011c3d707ded7
1 parent
df3bbd2c
iPad > Clinical Animations > Buttons are not align properly.
Showing
1 changed file
with
5 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
... | ... | @@ -8,8 +8,8 @@ |
8 | 8 | <div class="breadcrumb"> |
9 | 9 | <div class="row center-block"> |
10 | 10 | <h5 class="text-center text-primary txt-white f15">Display Animation By</h5> |
11 | - <div class="col-sm-2"> </div> | |
12 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
11 | + <div class="col-md-2 hidden-sm hidden-xs visible-md visible-lg"> </div> | |
12 | + <div class="col-md-2 col-xs-6 col-sm-3 pad-lftrgt3"> | |
13 | 13 | <div class="form-group"> |
14 | 14 | <h6 class="text-center text-primary txt-white f11">Body Region</h6> |
15 | 15 | <select class="form-control input-sm" ng-change="hideListViewDiv()" ng-model="query.selectedbodyregion" ng-options="item for item in CAAllBodyRegion track by item"> |
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | </select> |
18 | 18 | </div> |
19 | 19 | </div> |
20 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
20 | + <div class="col-md-2 col-xs-6 col-sm-3 pad-lftrgt3"> | |
21 | 21 | <div class="form-group"> |
22 | 22 | <h6 class="text-center text-primary txt-white f11">Body System</h6> |
23 | 23 | <select class="form-control input-sm" ng-change="hideListViewDiv()" ng-model="query.selectedbodysystem" ng-options="item for item in CAAllBodySystem track by item"> |
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | </select> |
26 | 26 | </div> |
27 | 27 | </div> |
28 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
28 | + <div class="col-md-2 col-xs-6 col-sm-3 pad-lftrgt3"> | |
29 | 29 | <div class="form-group"> |
30 | 30 | <h6 class="text-center text-primary txt-white f11">Medical Speciality</h6> |
31 | 31 | <select class="form-control input-sm" ng-change="hideListViewDiv()" ng-model="query.selectedspecialty" ng-options="item for item in CAAllSpeciality track by item"> |
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | </select> |
34 | 34 | </div> |
35 | 35 | </div> |
36 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
36 | + <div class="col-md-2 col-xs-6 col-sm-3 pad-lftrgt3"> | |
37 | 37 | <div class="form-group"> |
38 | 38 | <h6 class="text-center text-primary txt-white f11">Search</h6> |
39 | 39 | ... | ... |