move notifications to the right. eventually i'll want it above the mouse

This commit is contained in:
Tyler Renelle
2012-09-04 15:35:09 -04:00
parent 1100c865f8
commit 9146f2f3fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ statsNotification = function(html, type) {
return $.bootstrapGrowl(html, {
type: type,
top_offset: 20,
align: 'center',
align: 'right',
width: 250,
delay: 3000,
allow_dismiss: true,