diff --git a/public/500.html b/public/500.html index 6a7284e602..545c202c02 100644 --- a/public/500.html +++ b/public/500.html @@ -35,7 +35,7 @@
+
Try again in a few, the developer has been notified. In the meantime, Habit could use your support to get these issues squared away - please consider backing the Kickstarter Campaign.
Kickstarter diff --git a/src/app/browser.coffee b/src/app/browser.coffee index 31ac8535a8..0c853fa8cf 100644 --- a/src/app/browser.coffee +++ b/src/app/browser.coffee @@ -156,6 +156,7 @@ setupGrowlNotifications = (model) -> #don't show notifications if user dead return if user.get('stats.lvl') == 0 $.bootstrapGrowl html, + ele: '#notification-area', type: type # (null, 'info', 'error', 'success') top_offset: 20 align: 'right' # ('left', 'right', or 'center') diff --git a/styles/app/index.styl b/styles/app/index.styl index 7d96c44d20..1288cc0c8b 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -191,4 +191,9 @@ html,body,p,h1,ul,li,table,tr,th,td .notification-action vertical-align: baseline #reset-modal - z-index:1500 \ No newline at end of file + z-index:1500 +#notification-area + position: fixed; + top: 0; + right: 0px; + z-index: 1001; \ No newline at end of file diff --git a/views/app/index.html b/views/app/index.html index b6614dd0b1..e0699eeec1 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -309,6 +309,7 @@ do a find for the string after "→"