Update: Minor styling changes

Dialogs reposition to center when window resized & Update heading moved
so that background is correctly shown.
This commit is contained in:
Gary Sharp
2014-06-02 20:25:43 +10:00
parent ea51ba1f88
commit 830a9c8d05
6 changed files with 14 additions and 5 deletions
@@ -190,5 +190,10 @@
}
}
// Dialog Repositioning
$(window).resize(function () {
$('.ui-dialog-content').filter(':visible').dialog('option', 'position', 'center');
});
});
})(jQuery, window, document, Modernizr);