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

MediaPicker icons tab.

This commit is contained in:
Cameron
2018-07-27 17:39:44 -07:00
parent bbb6162181
commit 8124b683c5
5 changed files with 176 additions and 32 deletions

View File

@@ -266,7 +266,9 @@ td.right, th.right { text-align:right }
/* media picker */
#media-browser-container-glyph{ margin-left: 15px }
#media-browser-container-glyph,
#media-browser-container-icons { margin-left: 15px }
.media-carousel-item-image .well { height: 200px; overflow:hidden }
.media-carousel-item-image span { display:block; height:150px; text-align: center; }
@@ -288,7 +290,7 @@ td.right, th.right { text-align:right }
.mediaselector-preview video { position: absolute; top: 0; }
.mediaselector-preview audio { height: 70px }
.mediaselector-preview i { padding: 20% 40%; }
.mediaselector-preview i { /*padding: 20% 40%;*/ }
.mediaselector-container .overlay {
position: absolute;
@@ -299,6 +301,11 @@ width: 100%;
right: 10px;
}
.mediaselector-container-icons { height: 64px; margin:0; }
.mediaselector-container-icons .overlay { top:0; left:0; }
.mediaselector-container-icons .overlay span { width:64px; height:64px; display:block; }
.mediaselector-container-icons .mediaselector-preview { height: auto; padding: 0; text-align: center; }
/* dropzone */
.dropzone { min-height: 100px; padding: 0 }
@@ -359,7 +366,7 @@ right: 10px;
/* icon-picker */
div.image-selector.icon-selector { width: 64px; height:64px; margin-bottom:0; font-size:32px; line-height:40px }
div.image-selector.icon-selector { width: 64px; height:64px; margin-bottom:0; line-height:40px }
div.imgselector-container a { color: inherit; }
#link-button_prev i { line-height:40px; }