Change the place where queuefail errors appear
This commit is contained in:
parent
152e46ab15
commit
ad6b07357f
4 changed files with 19 additions and 1 deletions
|
|
@ -364,3 +364,12 @@ body {
|
|||
#adminflair {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
#queuefail {
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
#queuefail .alert {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -852,7 +852,7 @@ Callbacks = {
|
|||
}
|
||||
makeAlert("Error", text, "alert-error")
|
||||
.addClass("span12 qfalert")
|
||||
.insertBefore($("#extended_controls"));
|
||||
.appendTo($("#queuefail"));
|
||||
},
|
||||
|
||||
setTemp: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue