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

Media-Manager: Fix for incorrect 'empty image' size when selected. Fix for 'empty icon' when selected. Fix for media-manager close-window issue. GUI fix for 'no image' option.

This commit is contained in:
Cameron
2016-03-11 12:31:09 -08:00
parent 524bed7a17
commit 689b4c8c77
5 changed files with 36 additions and 17 deletions

View File

@@ -21,13 +21,23 @@ a.media-select-icon:hover { border:1px solid red; }
.media-select-active { opacity: .5; }
.e-moving { background-color: silver; }
.e-moving { background-color: silver; }
legend { display: none; }
.chzn-choices { width: 350px; }
.e-autocomplete { display: none }
.e-expandit-container { margin-top:10px }
input.helpbox { display:none; } /* legacy BBcode helper box - deprecated and hidden if found in v2.x */
a.media-select-none { text-align:center; text-decoration: none }
a.media-select-image-none span { font-size:50px }
a.media-select-icon-none span { font-size:30px }
@media (min-height: 500px){
a.media-select-image-none span { font-size:80px }
}
legend { display: none; }
.chzn-choices { width: 350px; }
.e-autocomplete { display: none }
.e-expandit-container { margin-top:10px }
input.helpbox { display:none; } /* legacy BBcode helper box - deprecated and hidden if found in v2.x */
*/

View File

@@ -993,7 +993,7 @@ $(document).ready(function()
$(document).on("click", ".e-dialog-close", function(){
parent.$('.modal').modal('hide');
$('.modal').modal('hide');
parent.$('[data-dismiss=modal]').trigger({ type: 'click' });
// $('#modal').modal('hide');
// parent.$.colorbox.close()