From 5cfa73fd5d11a7f2f26c5f05fc1e8da9d0ce084a Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Sun, 4 Feb 2018 11:19:32 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@162888 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/notifications/client/view/NotificationsPanel.java | 2 +- .../org/gcube/portlets/user/notifications/Notifications.gwt.xml | 2 +- src/main/webapp/Notifications.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/notifications/client/view/NotificationsPanel.java b/src/main/java/org/gcube/portlets/user/notifications/client/view/NotificationsPanel.java index 9c19a64..efb62dd 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/client/view/NotificationsPanel.java +++ b/src/main/java/org/gcube/portlets/user/notifications/client/view/NotificationsPanel.java @@ -72,7 +72,7 @@ public class NotificationsPanel extends Composite { mainPanel = new VerticalPanel(); container.setWidth("100%"); mainPanel.setWidth("100%"); - settingsPanel.setWidth("100%"); + settingsPanel.setWidth("90%"); showMoreNotificationsPanel.setWidth("100%"); settingsPanel.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_RIGHT); settingsPanel.add(notificationSettings); diff --git a/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml b/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml index 347383c..7fbae02 100644 --- a/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml @@ -4,7 +4,7 @@ - + diff --git a/src/main/webapp/Notifications.css b/src/main/webapp/Notifications.css index f976f2f..907253f 100644 --- a/src/main/webapp/Notifications.css +++ b/src/main/webapp/Notifications.css @@ -72,7 +72,7 @@ a.link:hover { } .day-wrapper { - max-width: 100%; + max-width: 85%; border-bottom-color: #DADADA; border-bottom-style: solid; border-bottom-width: 1px;