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

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,

View file

@ -5,7 +5,7 @@ statsNotification = (html, type) ->
$.bootstrapGrowl html, {
type: type # (null, 'info', 'error', 'success')
top_offset: 20
align: 'center' # ('left', 'right', or 'center')
align: 'right' # ('left', 'right', or 'center')
width: 250 # (integer, or 'auto')
delay: 3000
allow_dismiss: true