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:
@@ -190,5 +190,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Dialog Repositioning
|
||||
$(window).resize(function () {
|
||||
$('.ui-dialog-content').filter(':visible').dialog('option', 'position', 'center');
|
||||
});
|
||||
});
|
||||
})(jQuery, window, document, Modernizr);
|
||||
Reference in New Issue
Block a user