1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 18:11:56 +02:00

More media-picker work.

This commit is contained in:
Cameron
2018-07-22 14:45:26 -07:00
parent 45de0a49f3
commit 5a4847871d
4 changed files with 131 additions and 12 deletions

View File

@@ -266,6 +266,9 @@ td.right, th.right { text-align:right }
/* media picker */
.media-carousel-item-image .well { height: 200px; overflow:hidden }
.media-carousel-item-image span { display:block; height:150px; }
.media-carousel-item-image img { width:100%; max-height: 100%; }
.media-carousel-item-video .video-responsive { padding-top: 0; }
.media-carousel-item-video video { max-width: 100%; max-height: 200px; }