From 45efd764a5ea3fd174448f2cd48de0c882001072 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Fri, 12 Jan 2018 14:42:27 +0000 Subject: [PATCH] ported to GWT 2.8.1 and minor fix to font style git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@162124 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 12 ++++++------ .settings/org.eclipse.jdt.core.prefs | 6 +++--- .settings/org.eclipse.wst.common.component | 3 +++ .../org.eclipse.wst.common.project.facet.core.xml | 2 +- distro/changelog.xml | 4 ++++ pom.xml | 13 ++++--------- src/main/webapp/Notifications.css | 9 ++++++--- 7 files changed, 27 insertions(+), 22 deletions(-) diff --git a/.classpath b/.classpath index 0001ed7..bc9ae22 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -33,11 +33,11 @@ - + + - + - - + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 443e085..6e80039 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,8 +1,8 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.7 +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index d3c330a..059d45f 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -7,6 +7,9 @@ uses + + uses + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index 7685df5..15eea05 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -4,5 +4,5 @@ - + diff --git a/distro/changelog.xml b/distro/changelog.xml index 9657d44..c809f44 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Ported to GWT 2.8.1 + Minor update to the font style + Updated style and icons diff --git a/pom.xml b/pom.xml index 703b167..1fd523f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,14 +13,14 @@ org.gcube.portlets.user notifications war - 2.4.0-SNAPSHOT + 2.5.0-SNAPSHOT gCube Notifications Portlet - 2.7.0 + 2.8.1 distro - 1.7 + 1.8 1.8 ${project.build.directory}/${project.build.finalName} 6.2.5 @@ -55,11 +55,6 @@ com.github.gwtbootstrap gwt-bootstrap - - com.googlecode.gwtquery - gwtquery - 1.3.3 - org.gcube.portlets.user gcube-widgets @@ -67,7 +62,7 @@ org.gcube.portlets.widgets switch-button-widget - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) org.gcube.portal diff --git a/src/main/webapp/Notifications.css b/src/main/webapp/Notifications.css index 2718b1c..f976f2f 100644 --- a/src/main/webapp/Notifications.css +++ b/src/main/webapp/Notifications.css @@ -1,3 +1,6 @@ + + + table { border-collapse: separate !important; border-spacing: 0; @@ -130,9 +133,6 @@ a.link:hover { .user-notification { color: #333; - font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, - sans-serif; - font-size: 14px; border-color: #999; border-width: 1px; letter-spacing: normal; @@ -178,4 +178,7 @@ a.link:hover { width: 950px !important; margin-left: -480px !important; } + .aui .row-fluid .span1 { + width: 10%; + } } \ No newline at end of file