diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
index 1398358..cdbcca4 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -175,7 +175,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
$('#grid-view').empty();
- var $e1 = $('
'
+ var $e1 = $('
'
+ '
'
+ '
![]()
'//alt="{{value._Title}}" >'
+ '
').appendTo('#grid-view');
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 e5acf75..6a46ca3 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
@@ -1008,10 +1008,18 @@ background-size:cover;
{
z-index:11111;
}
- .tinyImg {
+
+ .tinyImg {
display: block;
max-width: 230px;
/*max-height: 95px;*/
width: auto;
height: 95px !important;
-}
\ No newline at end of file
+}
+
+
+ .GridViewDataDivHeight
+ {
+ height:175px;
+ }
+