alerts: Change sidebar alerts to be at top of the screen.

This changes the alerts to be individual boxes that slide down from
the top of the screen for a better UI experience.
This commit is contained in:
Brock Whittaker
2017-03-23 12:37:08 -07:00
committed by Tim Abbott
parent 2d52463b61
commit 34f9ccb87c
14 changed files with 206 additions and 55 deletions

View File

@@ -417,7 +417,7 @@ function _setup_page() {
var admin_tab = templates.render('admin_tab', options);
$("#settings_content .administration-box").html(admin_tab);
$("#settings_content .alert").hide();
$("#settings_content .alert").removeClass("show");
var tab = (function () {
var tab = false;