Fix style issues in the toolbar

This commit is contained in:
yflory
2016-12-20 14:40:00 +01:00
parent f9db7e588e
commit 4aed585574
4 changed files with 52 additions and 28 deletions

View File

@@ -84,7 +84,7 @@ define([
id: uid(),
'class': SPINNER_CLS,
});
$container.append($spinner);
$container.prepend($spinner);
return $spinner[0];
};