1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

Issue #3200 - Media-Manager Media-picker work-in-progress

This commit is contained in:
Cameron
2018-07-19 12:43:04 -07:00
parent 6ab8c5c0f3
commit cd8ddfd54a
6 changed files with 140 additions and 36 deletions

View File

@@ -266,6 +266,10 @@ td.right, th.right { text-align:right }
/* media picker */
.media-carousel-item-video .video-responsive { padding-top: 0; }
.media-carousel-item-video video { max-width: 100%; max-height: 200px; }
.mediaselector-preview img,
.mediaselector-preview video,
@@ -1402,7 +1406,10 @@ li.rssRow > div {
padding-top:8px; white-space:nowrap; display:inline-block; width:100%; overflow:hidden;
}
.media-carousel-item-glyph { width: 64px; height:64px; overflow:hidden; margin-right:5px; margin-bottom:0px }
/*.media-carousel { margin-bottom:10px }*/
.media-carousel-item-glyph { width: 64px; height:64px; overflow:hidden; margin-left:5px; margin-bottom:5px }
.media-manager {padding:20px; min-height:400px }