alerts: Polish .alert-box .alert styling.

This polishes the styling on the alerts inside of the .alert-box to
have more appropriate colors, margins, and padding.
This commit is contained in:
Brock Whittaker
2017-04-05 14:33:14 -07:00
committed by Tim Abbott
parent ec90f0c342
commit c7cb20d873
3 changed files with 27 additions and 13 deletions

View File

@@ -387,9 +387,9 @@ function focus_ping(want_redraw) {
// Update Zephyr mirror activity warning
if (data.zephyr_mirror_active === false) {
$('#zephyr-mirror-error').show();
$('#zephyr-mirror-error').addClass("show");
} else {
$('#zephyr-mirror-error').hide();
$('#zephyr-mirror-error').removeClass("show");
}
exports.new_user_input = false;