...
|
...
|
@@ -1013,7 +1013,7 @@ function untilEditorEvent(id){ |
|
|
});
|
|
|
$("#"+id+" nav").hide();
|
|
|
$(".modal-dialog").css("width","900px");
|
|
|
$(".modal-dialog .modal-body .editor-dialog").css("max-height","650px");
|
|
|
$(".modal-dialog .modal-body .editor-dialog").css("max-height",($(window).height()-300) + "px");
|
|
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto");
|
|
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden");
|
|
|
}
|
...
|
...
|
|