Commit 79de4a4f1085572da59de36d4582f831eb9e8fcd

Authored by Mitali Srivastava
1 parent 40ee918c

CI css changes

400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
@@ -3,11 +3,11 @@ @@ -3,11 +3,11 @@
3 <div class="main"> 3 <div class="main">
4 <div class="col-sm-12 stickey-area" style="padding-left:19px; width:99%"> 4 <div class="col-sm-12 stickey-area" style="padding-left:19px; width:99%">
5 <div class="breadcrumb"> 5 <div class="breadcrumb">
6 - <div class="row">  
7 - <h5 class="text-center text-primary txt-white f15 paddingbtm5">Display Image By</h5> 6 + <div class="row center-block">
  7 + <h5 class="text-center text-primary txt-white f15">Display Image By</h5>
8 <div class="col-md-2 col-sm-4 pad-lftrgt3"> 8 <div class="col-md-2 col-sm-4 pad-lftrgt3">
9 <div class="form-group"> 9 <div class="form-group">
10 - <h6 class="text-center text-primary txt-white f11 paddingbtm5">Body Region</h6> 10 + <h6 class="text-center text-primary txt-white f11">Body Region</h6>
11 <select class="form-control input-sm" ng-model="query.selectedbodyregion" ng-options="item for item in CIAllBodyRegion track by item"> 11 <select class="form-control input-sm" ng-model="query.selectedbodyregion" ng-options="item for item in CIAllBodyRegion track by item">
12 <option value="">All</option> 12 <option value="">All</option>
13 </select> 13 </select>
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 </div> 15 </div>
16 <div class="col-md-2 col-sm-4 pad-lftrgt3"> 16 <div class="col-md-2 col-sm-4 pad-lftrgt3">
17 <div class="form-group"> 17 <div class="form-group">
18 - <h6 class="text-center text-primary txt-white f11 paddingbtm5">Body System</h6> 18 + <h6 class="text-center text-primary txt-white f11">Body System</h6>
19 <select class="form-control input-sm" ng-model="query.selectedbodysystem" ng-options="item for item in CIAllBodySystem track by item"> 19 <select class="form-control input-sm" ng-model="query.selectedbodysystem" ng-options="item for item in CIAllBodySystem track by item">
20 <option value="">All</option> 20 <option value="">All</option>
21 </select> 21 </select>
@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 24
25 <div class="col-md-2 col-sm-4 pad-lftrgt3"> 25 <div class="col-md-2 col-sm-4 pad-lftrgt3">
26 <div class="form-group"> 26 <div class="form-group">
27 - <h6 class="text-center text-primary txt-white f11 paddingbtm5">View Orientation</h6> 27 + <h6 class="text-center text-primary txt-white f11">View Orientation</h6>
28 <select class="form-control input-sm" ng-model="query.selectedorientation" ng-options="item for item in CIAllOrientation track by item"> 28 <select class="form-control input-sm" ng-model="query.selectedorientation" ng-options="item for item in CIAllOrientation track by item">
29 <option value="">All</option> 29 <option value="">All</option>
30 </select> 30 </select>
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 </div> 32 </div>
33 <div class="col-md-2 col-sm-4 pad-lftrgt3"> 33 <div class="col-md-2 col-sm-4 pad-lftrgt3">
34 <div class="form-group"> 34 <div class="form-group">
35 - <h6 class="text-center text-primary txt-white f11 paddingbtm5">Image Type</h6> 35 + <h6 class="text-center text-primary txt-white f11">Image Type</h6>
36 <select class="form-control input-sm" ng-model="query.selectedimagetype" ng-options="item for item in CIAllImageType track by item"> 36 <select class="form-control input-sm" ng-model="query.selectedimagetype" ng-options="item for item in CIAllImageType track by item">
37 <option value="">All</option> 37 <option value="">All</option>
38 </select> 38 </select>
@@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
40 </div> 40 </div>
41 <div class="col-md-2 col-sm-4 pad-lftrgt3"> 41 <div class="col-md-2 col-sm-4 pad-lftrgt3">
42 <div class="form-group"> 42 <div class="form-group">
43 - <h6 class="text-center text-primary txt-white f11 paddingbtm5">Medical Speciality</h6> 43 + <h6 class="text-center text-primary txt-white f11">Medical Speciality</h6>
44 <select class="form-control input-sm" ng-model="query.selectedspecialty" ng-options="item for item in CIAllSpeciality track by item"> 44 <select class="form-control input-sm" ng-model="query.selectedspecialty" ng-options="item for item in CIAllSpeciality track by item">
45 <option value="">All</option> 45 <option value="">All</option>
46 </select> 46 </select>
@@ -48,8 +48,8 @@ @@ -48,8 +48,8 @@
48 </div> 48 </div>
49 <div class="col-md-2 col-sm-4 pad-lftrgt3"> 49 <div class="col-md-2 col-sm-4 pad-lftrgt3">
50 <div class="form-group"> 50 <div class="form-group">
51 - <h6 class="text-center text-primary txt-white f11 paddingbtm5">Search</h6>  
52 - <button class="btn btn-primary btn-sm" ng-click="ApplySearch(query)"><i class="fa fa-search"></i></button>&nbsp;<button class="btn btn-primary btn-sm" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button> 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>&nbsp;<button class="btn btn-primary btn-sm col-md-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button>
53 </div> 53 </div>
54 </div> 54 </div>
55 </div> 55 </div>
@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 59
60 <div class="row tab-content" style="padding-left:25px; width:99%"> 60 <div class="row tab-content" style="padding-left:25px; width:99%">
61 61
62 - <div role="tabpanel" class="tab-pane active" id="grid-view" style="overflow-y:scroll; height:400px; clear:both;"> 62 + <div role="tabpanel" class="tab-pane active" id="grid-view">
63 <!--<div ng-if="!filterstring" ng-repeat="item in selectedCIlistViewData"> 63 <!--<div ng-if="!filterstring" ng-repeat="item in selectedCIlistViewData">
64 <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> 64 <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)">
65 <div class="thumbnail"> 65 <div class="thumbnail">
@@ -86,7 +86,7 @@ @@ -86,7 +86,7 @@
86 86
87 <div role="tabpanel" class="tab-pane" id="list-view"> 87 <div role="tabpanel" class="tab-pane" id="list-view">
88 <!--<div class="col-sm-12 table-responsive">--> 88 <!--<div class="col-sm-12 table-responsive">-->
89 - <div class="panel col-sm-12 table-responsive" style="padding-left:10px; padding-right:0; width:100%;"> 89 + <div class="panel col-sm-12 table-responsive" style="padding-left:0px; padding-right:0; margin-left:11px; margin-bottom:0; width:99%;">
90 <!--<table class="table table-hover table-condensed bg-white" style="padding-left:25px; width:99%">--> 90 <!--<table class="table table-hover table-condensed bg-white" style="padding-left:25px; width:99%">-->
91 <table class="table table-hover table-fixed bg-white table-txt12" style="padding-left:25px; width:100%;"> 91 <table class="table table-hover table-fixed bg-white table-txt12" style="padding-left:25px; width:100%;">
92 <thead class="clsthead"> 92 <thead class="clsthead">
@@ -147,7 +147,7 @@ @@ -147,7 +147,7 @@
147 </div> 147 </div>
148 <div class="col-sm-12" ng-show=" hiderow" style="padding-left:25px;padding-top:10px;"> 148 <div class="col-sm-12" ng-show=" hiderow" style="padding-left:25px;padding-top:10px;">
149 <div class="row well"> 149 <div class="row well">
150 - <div title="{{SelectedCITitle}}" class="col-sm-3 col-lg-3 no-padding"> 150 + <div title="{{SelectedCITitle}}" class="col-sm-3 col-lg-2 no-padding">
151 <div class="thumbnail no-margin"> 151 <div class="thumbnail no-margin">
152 <img id="{{SelectedCIId}}" src="{{SelectedCIthumbImage}}" alt="" title="{{SelectedCITitle}}" data-ng-click="openView($event)"> 152 <img id="{{SelectedCIId}}" src="{{SelectedCIthumbImage}}" alt="" title="{{SelectedCITitle}}" data-ng-click="openView($event)">
153 </div> 153 </div>
400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
@@ -9,8 +9,8 @@ @@ -9,8 +9,8 @@
9 <ul class="listgrid-view" role="tablist"> 9 <ul class="listgrid-view" role="tablist">
10 <!--<li role="presentation" class="active" title="Image View"><a href="#grid-view" aria-controls="grid-view" role="tab" data-toggle="tab" class="" ><i class=" fa fa-image"></i></a></li> 10 <!--<li role="presentation" class="active" title="Image View"><a href="#grid-view" aria-controls="grid-view" role="tab" data-toggle="tab" class="" ><i class=" fa fa-image"></i></a></li>
11 <li role="presentation" title="List View"><a href="#list-view" aria-controls="list-view" role="tab" data-toggle="tab" class="" ><i class="fa fa-list-alt"></i></a></li>--> 11 <li role="presentation" title="List View"><a href="#list-view" aria-controls="list-view" role="tab" data-toggle="tab" class="" ><i class="fa fa-list-alt"></i></a></li>-->
12 - <li role="presentation" class="active" title="Image View"><i class=" fa fa-image" href="#grid-view" aria-controls="grid-view" role="tab" data-toggle="tab" ></i></li>  
13 - <li role="presentation" title="List View"><i class="fa fa-list-alt" href="#list-view" aria-controls="list-view" role="tab" data-toggle="tab" ></i></li> 12 + <li role="presentation" class="active" title="Image View"><i class=" fa fa-image txt-white cur-pot" href="#grid-view" aria-controls="grid-view" role="tab" data-toggle="tab"></i></li>
  13 + <li role="presentation" title="List View"><i class="fa fa-list-alt txt-white cur-pot" href="#list-view" aria-controls="list-view" role="tab" data-toggle="tab"></i></li>
14 </ul> 14 </ul>
15 </div> 15 </div>
16 </div> 16 </div>
@@ -97,4 +97,4 @@ @@ -97,4 +97,4 @@
97 main.toggleClass('active'); 97 main.toggleClass('active');
98 }); 98 });
99 }); 99 });
100 -</script>  
101 \ No newline at end of file 100 \ No newline at end of file
  101 +</script>
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
@@ -549,7 +549,7 @@ ul.right0 { @@ -549,7 +549,7 @@ ul.right0 {
549 ul.listgrid-view{ list-style:none;} 549 ul.listgrid-view{ list-style:none;}
550 ul.listgrid-view li{ float:left; margin-right:5px; background:#3D3D3D; padding:2px 5px; border-radius:2px;} 550 ul.listgrid-view li{ float:left; margin-right:5px; background:#3D3D3D; padding:2px 5px; border-radius:2px;}
551 ul.listgrid-view li a{color:#fff!important;} 551 ul.listgrid-view li a{color:#fff!important;}
552 -ul.listgrid-view li.active{ background:#0095da!important;} 552 +ul.listgrid-view li.active, ul.listgrid-view li:active{ background:#0095da!important;}
553 .bg-white{ background:#fff;} 553 .bg-white{ background:#fff;}
554 .stickey-area .pagination-sm > li > a, .pagination-sm > li > span{ padding:5px 8px!important;} 554 .stickey-area .pagination-sm > li > a, .pagination-sm > li > span{ padding:5px 8px!important;}
555 555
@@ -715,7 +715,7 @@ textarea { @@ -715,7 +715,7 @@ textarea {
715 .f11 {font-size:11px;} 715 .f11 {font-size:11px;}
716 .f15 {font-size:15px; font-weight:600;} 716 .f15 {font-size:15px; font-weight:600;}
717 .pad-lftrgt3 {padding-left:2px; padding-right:2px;} 717 .pad-lftrgt3 {padding-left:2px; padding-right:2px;}
718 -.table-txt12 tr th, .table-txt12 tr td {font-size:12px; padding:2px 8px !important; vertical-align:middle;} 718 +.table-txt12 tr th, .table-txt12 tr td {font-size:12px; padding:2px 8px !important; vertical-align:middle; cursor:pointer;}
719 719
720 .clsthead tr { 720 .clsthead tr {
721 display: block; 721 display: block;
@@ -736,4 +736,15 @@ textarea { @@ -736,4 +736,15 @@ textarea {
736 .clstbody tr td { 736 .clstbody tr td {
737 min-width: 180px; 737 min-width: 180px;
738 text-align: left; 738 text-align: left;
  739 +}
  740 +
  741 +.cur-pot {
  742 +cursor:pointer;
  743 +}
  744 +
  745 +
  746 +@media (min-width: 320px) and (max-width:480px) {
  747 + .stickey-area {
  748 + margin-top:24px;
  749 + }
739 } 750 }
740 \ No newline at end of file 751 \ No newline at end of file