Update: Dialog styling & animation
Dialogs slide & fade in. All appear in the same spot (50px from top)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
autoOpen: true,
|
||||
title: 'Create Job',
|
||||
width: 850,
|
||||
height: $(window).height() - 50,
|
||||
height: $(window).height() - 100,
|
||||
close: function () {
|
||||
createJobDialog.find('iframe').attr('src', 'about:blank');
|
||||
createJobDialog.dialog('destroy').remove();
|
||||
|
||||
Reference in New Issue
Block a user