Update: Dialog styling & animation

Dialogs slide & fade in. All appear in the same spot (50px from top)
This commit is contained in:
Gary Sharp
2014-04-13 23:18:24 +10:00
parent 201acc1976
commit f35f9d3661
9 changed files with 177 additions and 6 deletions
@@ -27,7 +27,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();