From 11c017a2b135cb4152e4684cfd4edc409fbeca1c Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Fri, 19 May 2017 13:37:00 +0000 Subject: [PATCH] updated css and icons git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@148911 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 3 +++ .../client/view/templates/SingleNotificationView.java | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 5e38255..9657d44 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + Updated style and icons + Added notification settings support for process executions diff --git a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java index fbfaad2..5d4ef23 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java +++ b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java @@ -124,9 +124,9 @@ public class SingleNotificationView extends Composite { case MESSAGE: return "fa-envelope-o"; case WP_FOLDER_ADDEDUSER: - return "fa fa-user-plus"; + return "fa fa-user"; case WP_FOLDER_REMOVEDUSER: - return "fa-user-times"; + return "fa-times "; case WP_FOLDER_SHARE: return "fa fa-folder-open-o"; case WP_ITEM_NEW: @@ -136,7 +136,7 @@ public class SingleNotificationView extends Composite { case WP_ITEM_UPDATED: return "fa fa-files-o"; case WP_FOLDER_UNSHARE: - return "fa fa-times-circle-o"; + return "fa-times"; case OWN_COMMENT: return "fa-comment-o"; case REQUEST_CONNECTION: