Change the place where queuefail errors appear

This commit is contained in:
calzoneman 2013-10-16 23:31:48 -05:00
parent 152e46ab15
commit ad6b07357f
4 changed files with 19 additions and 1 deletions

View file

@ -364,3 +364,12 @@ body {
#adminflair {
margin-left: 3px;
}
#queuefail {
min-height: 0px;
}
#queuefail .alert {
margin-top: 5px;
margin-bottom: 5px;
}

View file

@ -852,7 +852,7 @@ Callbacks = {
}
makeAlert("Error", text, "alert-error")
.addClass("span12 qfalert")
.insertBefore($("#extended_controls"));
.appendTo($("#queuefail"));
},
setTemp: function(data) {