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
400-SOURCECODE/AIAHTML5.Web/content/css/main.css
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -1007,4 +1007,11 @@ background-size:cover; |
1007 | 1007 | #jsPanel-1 |
1008 | 1008 | { |
1009 | 1009 | z-index:11111; |
1010 | - } | |
1011 | 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 | 1019 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/themes/default/css/custom/custom.css
... | ... | @@ -1175,6 +1175,7 @@ thead th{ |
1175 | 1175 | } |
1176 | 1176 | |
1177 | 1177 | |
1178 | + | |
1178 | 1179 | @media (min-width: 1200px) { |
1179 | 1180 | .videogular-container.audio { |
1180 | 1181 | height: 40px; |
... | ... | @@ -1191,4 +1192,5 @@ thead th{ |
1191 | 1192 | .videogular-container.audio { |
1192 | 1193 | height: 40px; |
1193 | 1194 | } |
1194 | -} | |
1195 | 1195 | \ No newline at end of file |
1196 | +} | |
1197 | + | ... | ... |