diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 19e3fd6..88a3d5b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -57,6 +57,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.openModuleItem = function () { + debugger; var jsContentURL; var moduleItemViewDivId; diff --git a/400-SOURCECODE/AIAHTML5.Web/content/css/main.css b/400-SOURCECODE/AIAHTML5.Web/content/css/main.css index c5ae5ca..bfeebed 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/css/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/content/css/main.css @@ -704,4 +704,11 @@ textarea { } .parent { width: 100px; +} +.tinyImg { + display: block; + max-width: 230px; + max-height: 95px; + width: auto; + height: auto; } \ No newline at end of file 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 9963410..23010a8 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 @@ -1007,4 +1007,11 @@ background-size:cover; #jsPanel-1 { z-index:11111; - } \ No newline at end of file + } + .tinyImg { + display: block; + max-width: 230px; + max-height: 95px; + width: auto; + height: auto; +} \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/custom/custom.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/custom/custom.css index 4a95229..4e0cf2f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/custom/custom.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/custom/custom.css @@ -1175,6 +1175,7 @@ thead th{ } + @media (min-width: 1200px) { .videogular-container.audio { height: 40px; @@ -1191,4 +1192,5 @@ thead th{ .videogular-container.audio { height: 40px; } -} \ No newline at end of file +} +