This commit is contained in:
Massimiliano Assante 2018-02-04 11:19:32 +00:00
parent 01f0b8ce2b
commit 5cfa73fd5d
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ public class NotificationsPanel extends Composite {
mainPanel = new VerticalPanel(); mainPanel = new VerticalPanel();
container.setWidth("100%"); container.setWidth("100%");
mainPanel.setWidth("100%"); mainPanel.setWidth("100%");
settingsPanel.setWidth("100%"); settingsPanel.setWidth("90%");
showMoreNotificationsPanel.setWidth("100%"); showMoreNotificationsPanel.setWidth("100%");
settingsPanel.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_RIGHT); settingsPanel.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_RIGHT);
settingsPanel.add(notificationSettings); settingsPanel.add(notificationSettings);

View File

@ -4,7 +4,7 @@
<inherits name='com.google.gwt.user.User' /> <inherits name='com.google.gwt.user.User' />
<!-- To Comment out --> <!-- To Comment out -->
<!-- <set-property name="user.agent" value="gecko1_8" /> --> <set-property name="user.agent" value="safari" />
<!-- Other module inherits --> <!-- Other module inherits -->
<!-- inherits gCube Widgets Library --> <!-- inherits gCube Widgets Library -->

View File

@ -72,7 +72,7 @@ a.link:hover {
} }
.day-wrapper { .day-wrapper {
max-width: 100%; max-width: 85%;
border-bottom-color: #DADADA; border-bottom-color: #DADADA;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 1px; border-bottom-width: 1px;