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;