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: