diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html index b29eacf..092c630 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html @@ -2,8 +2,6 @@
- -
-
+
-
-
- - +
+
+
+ - - - - + + + + - + - - - - - + - - - - + + -->
TitleRegionSystemSpecialtyTitleRegionSystemSpecialty
+ {{item._Title}} + {{item._BodyRegion}} + {{item._BodySystem}} + {{item._MedicalSpecialty}}
+ {{item._Title}} + {{item._BodyRegion}} + {{item._BodySystem}} + {{item._MedicalSpecialty}}
No animation found for the selected search criteria!
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html index 65cc3a7..8356ba4 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html @@ -72,112 +72,109 @@
-
-
-
-
--> - -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ +
+ +
TitleRegionSystemViewTypeSpecialty
- {{item._Title}} - - {{item._BodyRegion}} - - {{item._BodySystem}} - - {{item._ViewOrientation}} - - {{item._ImageType}} - - {{item._MedicalSpecialty}} -
- {{item._Title}} - - {{item._BodyRegion}} - - {{item._BodySystem}} - - {{item._ViewOrientation}} - - {{item._ImageType}} - - {{item._MedicalSpecialty}} -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - -
TitleRegionSystemViewTypeSpecialty
+ {{item._Title}} + + {{item._BodyRegion}} + + {{item._BodySystem}} + + {{item._ViewOrientation}} + + {{item._ImageType}} + + {{item._MedicalSpecialty}} +
+ {{item._Title}} + + {{item._BodyRegion}} + + {{item._BodySystem}} + + {{item._ViewOrientation}} + + {{item._ImageType}} + + {{item._MedicalSpecialty}} +
-
-
-
-
-
- -
-
-
-

- -
- -
- - -
+ No illustration found for the selected search criteria! + --> + + + +
+
+
+
+
+ +
+
+
+

+ +
+
+ +
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/tile-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/tile-view.html index 2ee553c..5789c46 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/tile-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/tile-view.html @@ -84,7 +84,8 @@
-
+ +
@@ -97,87 +98,89 @@
-
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
TitleRegionSystemViewType
- {{val._Title}} - - {{val._BodyRegion}} - - {{val._BodySystem}} - - {{val._ViewOrientation}} - - {{val._ImageType}} -
- {{item._Title}} - - {{item._BodyRegion}} - - {{item._BodySystem}} - - {{item._ViewOrientation}} - - {{item._ImageType}} -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -
TitleRegionSystemViewType
+ {{val._Title}} + + {{val._BodyRegion}} + + {{val._BodySystem}} + + {{val._ViewOrientation}} + + {{val._ImageType}} +
+ {{item._Title}} + + {{item._BodyRegion}} + + {{item._BodySystem}} + + {{item._ViewOrientation}} + + {{item._ImageType}} +
- -
-
-
-
- + + +
+ +
+
+
+
+ +
+
+
+

+
-
-

- -
-
+
-
diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 509993a..ee19070 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -804,30 +804,37 @@ textarea { .clsstickydiv{padding-left:19px; width:99%} -.clsthead tr,.clstheadca tr { +/*.clsthead tr,.clstheadca tr { display: block; position: relative; -} -.clsthead tr th { +}*/ +/*.clsthead tr th { min-width: 180px; text-align: left; -} +}*/ .clstheadca tr th { /*min-width: 255px;*/ text-align: left; } -.clstbody,.clstbodyca { +/*.clstbody,.clstbodyca { + display: block; + height: 200px; + width: 100%; + overflow:auto; +}*/ + +.clstbodyca { display: block; height: 200px; width: 100%; overflow:auto; } -.clstbody tr td { +/*.clstbody tr td { min-width: 180px; text-align: left; -} +}*/ .clstbodyca tr td { min-width: 275px; @@ -1112,3 +1119,35 @@ a[disabled] { pointer-events : none; opacity : 0.5; } + + + +/*06-12-2017*/ +.customTable .table-responsive{padding-left:0; padding-right:0;width: 99%; margin-left: 11px;} +.customTable .table-fixed .table { + max-width:980px; + table-layout:fixed; + margin:auto; +} +.customTable .table-fixed th, .table-fixed td { + padding:5px 10px; +} +.customTable .table-fixed thead { + background:#f9f9f9; + display:table; + width:100%; + width:calc(100% - 0); +} +.customTable .table-fixed tbody { + height:300px; + overflow:auto; + overflow-x:hidden; + display:block; + width:100%; +} +.customTable .table-fixed tbody tr { + display:table; + width:100%; + table-layout:fixed; +} +