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

Issue #3200 More work on Media-picker. Version changed to 2.1.9 (git)

This commit is contained in:
Cameron
2018-07-18 14:40:29 -07:00
parent 4264dc6f66
commit 6ab8c5c0f3
7 changed files with 252 additions and 20 deletions

View File

@@ -265,6 +265,25 @@ td.right, th.right { text-align:right }
.chzn-container { border: 1px solid #ddd; }
/* media picker */
.mediaselector-preview img,
.mediaselector-preview video,
.mediaselector-preview audio { max-width: 100% }
.mediaselector-preview video { position: absolute; top: 0; }
.mediaselector-preview audio { height: 70px }
.mediaselector-preview i { padding: 20% 40%; }
.mediaselector-container .overlay {
position: absolute;
bottom: 5px;
text-align: right;
display: block;
width: 100%;
right: 10px;
}
/* image picker */
.imgselector-container {