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
Feature/23194
Massimiliano Assante 7 years ago
parent 9c5948991f
commit 11c017a2b1

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.notifications.2-4-0" date="2017-05-19">
<Change>Updated style and icons</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.notifications.2-3-0" date="2017-02-22">
<Change>Added notification settings support for process executions</Change>
</Changeset>

@ -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:

Loading…
Cancel
Save