increase notifications panel width

This commit is contained in:
yuri
2015-02-17 11:15:54 +02:00
parent 0b5beeba85
commit 100fec9409
@@ -211,7 +211,7 @@ Espo.define('Views.Notifications.Badge', 'View', function (Dep) {
var $container = $('<div>').attr('id', 'notifications-panel').css({
'position': 'absolute',
'width': '500px',
'width': '600px',
'z-index': 1001,
'right': 0,
'left': 'auto'