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)
This commit is contained in:
Waseem Daher 2013-06-27 13:57:58 -04:00
parent 6f874995ff
commit 5a51417a3d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
</div>
<div class="notifications-content">
<strong>
{{sender_fullname}}:
{{sender_fullname}}
</strong>
<br />
{{content}}

View File

@ -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;}