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:
@@ -42969,5 +42969,10 @@ jQuery.fn.DataTable.defaults.aLengthMenu = [[10, 20, 50, -1], [10, 20, 50, "All"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Dialog Repositioning
|
||||
$(window).resize(function () {
|
||||
$('.ui-dialog-content').filter(':visible').dialog('option', 'position', 'center');
|
||||
});
|
||||
});
|
||||
})(jQuery, window, document, Modernizr);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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