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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user