Commit 27005c1b6181edd4e30945e977fa486381bbf46b
1 parent
ea7a2a34
css fix
Showing
4 changed files
with
19 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -57,6 +57,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -57,6 +57,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
57 | 57 | ||
58 | $scope.openModuleItem = function () | 58 | $scope.openModuleItem = function () |
59 | { | 59 | { |
60 | + debugger; | ||
60 | var jsContentURL; | 61 | var jsContentURL; |
61 | var moduleItemViewDivId; | 62 | var moduleItemViewDivId; |
62 | 63 |
400-SOURCECODE/AIAHTML5.Web/content/css/main.css
@@ -704,4 +704,11 @@ textarea { | @@ -704,4 +704,11 @@ textarea { | ||
704 | } | 704 | } |
705 | .parent { | 705 | .parent { |
706 | width: 100px; | 706 | width: 100px; |
707 | +} | ||
708 | +.tinyImg { | ||
709 | + display: block; | ||
710 | + max-width: 230px; | ||
711 | + max-height: 95px; | ||
712 | + width: auto; | ||
713 | + height: auto; | ||
707 | } | 714 | } |
708 | \ No newline at end of file | 715 | \ No newline at end of file |
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
@@ -1007,4 +1007,11 @@ background-size:cover; | @@ -1007,4 +1007,11 @@ background-size:cover; | ||
1007 | #jsPanel-1 | 1007 | #jsPanel-1 |
1008 | { | 1008 | { |
1009 | z-index:11111; | 1009 | z-index:11111; |
1010 | - } | ||
1011 | \ No newline at end of file | 1010 | \ No newline at end of file |
1011 | + } | ||
1012 | + .tinyImg { | ||
1013 | + display: block; | ||
1014 | + max-width: 230px; | ||
1015 | + max-height: 95px; | ||
1016 | + width: auto; | ||
1017 | + height: auto; | ||
1018 | +} | ||
1012 | \ No newline at end of file | 1019 | \ No newline at end of file |
400-SOURCECODE/AIAHTML5.Web/themes/default/css/custom/custom.css
@@ -1175,6 +1175,7 @@ thead th{ | @@ -1175,6 +1175,7 @@ thead th{ | ||
1175 | } | 1175 | } |
1176 | 1176 | ||
1177 | 1177 | ||
1178 | + | ||
1178 | @media (min-width: 1200px) { | 1179 | @media (min-width: 1200px) { |
1179 | .videogular-container.audio { | 1180 | .videogular-container.audio { |
1180 | height: 40px; | 1181 | height: 40px; |
@@ -1191,4 +1192,5 @@ thead th{ | @@ -1191,4 +1192,5 @@ thead th{ | ||
1191 | .videogular-container.audio { | 1192 | .videogular-container.audio { |
1192 | height: 40px; | 1193 | height: 40px; |
1193 | } | 1194 | } |
1194 | -} | ||
1195 | \ No newline at end of file | 1195 | \ No newline at end of file |
1196 | +} | ||
1197 | + |