From 2b67686e6de12ae878ebddb957b8f6bb61abb22f Mon Sep 17 00:00:00 2001 From: Ellega Date: Mon, 21 Apr 2014 16:23:31 +0200 Subject: [PATCH] - see result here #510 - rebuilt with branch "develop" --- .../core.notifications/class.NotificationLoader.js | 4 ++-- .../core.notifications/res/css/notification_center.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/plugins/core.notifications/class.NotificationLoader.js b/core/src/plugins/core.notifications/class.NotificationLoader.js index 6ec9197491..413ca86509 100644 --- a/core/src/plugins/core.notifications/class.NotificationLoader.js +++ b/core/src/plugins/core.notifications/class.NotificationLoader.js @@ -39,7 +39,7 @@ Class.create("NotificationLoader", { this.ajxpNode._iNodeProvider = rP; this.pFactory = new PreviewFactory(); this.pFactory.sequencialLoading = false; - this.pFactory.setThumbSize(22); + this.pFactory.setThumbSize(44); this.ajxpNode.observe('loaded', function(){ this.menuItems = this.childrenToMenuItems(); }.bind(this)); @@ -264,7 +264,7 @@ Class.create("NotificationLoader", { }.bind(this); protoMenu.options = Object.extend(protoMenu.options, { position: "bottom middle", - menuMaxHeight: 480, + menuMaxHeight: 680, topOffset: 14, menuTitle: this.hasAlerts ? MessageHash['notification_center.3'] : MessageHash['notification_center.5'], beforeShow: function(){ diff --git a/core/src/plugins/core.notifications/res/css/notification_center.css b/core/src/plugins/core.notifications/res/css/notification_center.css index 1a6a8f7e97..965fb54568 100644 --- a/core/src/plugins/core.notifications/res/css/notification_center.css +++ b/core/src/plugins/core.notifications/res/css/notification_center.css @@ -8,8 +8,8 @@ ul.notification_list{ letter-spacing: 1px; padding: 0px; border-radius: 2px; - width:250px !important; - max-height: 350px !important; + width:600px !important; + max-height: 550px !important; overflow-y: auto !important; } @@ -49,8 +49,8 @@ width: 150px; #feed_content img { float: left; - height: 22px; - width: 22px; + height: 44px; + width: 44px; margin: 4px 14px 3px 6px; }