From 5a51417a3dda87ea6b9b09a516b7279dfa24aba5 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Thu, 27 Jun 2013 13:57:58 -0400 Subject: [PATCH] Make in-app notifications a little wider. (and remove the colon after the sender name to make them more consistent with our desktop notifications.) (imported from commit f2f9e1ecf7766c717fe7afb0559c4771081c255b) --- zephyr/static/templates/notification.handlebars | 2 +- zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr/static/templates/notification.handlebars b/zephyr/static/templates/notification.handlebars index fe27a4ada7..78eb3b0c07 100644 --- a/zephyr/static/templates/notification.handlebars +++ b/zephyr/static/templates/notification.handlebars @@ -5,7 +5,7 @@
- {{sender_fullname}}: + {{sender_fullname}}
{{content}} diff --git a/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css b/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css index ca6199f167..e378306221 100644 --- a/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css +++ b/zephyr/static/third/bootstrap-notify/css/bootstrap-notify.css @@ -161,7 +161,7 @@ */ -.notifications{position:fixed;}.notifications.top-right{right:25px;top:60px;z-index:9980;width:200px;} +.notifications{position:fixed;}.notifications.top-right{right:25px;top:60px;z-index:9980;width:300px;} .notifications.top-left{left:10px;top:25px;} .notifications.bottom-left{left:10px;bottom:25px;} .notifications.bottom-right{right:10px;bottom:25px;}