diff --git a/.settings/org.eclipse.jst.jsp.core.prefs b/.settings/org.eclipse.jst.jsp.core.prefs new file mode 100644 index 0000000..3a5c98d --- /dev/null +++ b/.settings/org.eclipse.jst.jsp.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +validateFragments=false +validation.use-project-settings=true diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 4bb1323..849716a 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,9 +1,12 @@ - + + + uses + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index 4045d87..77add62 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -1,7 +1,8 @@ - + + diff --git a/pom.xml b/pom.xml index f643f64..ad11739 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ com.google.gwt gwt-servlet 2.7.0 - compile + provided org.gcube.portlets.user diff --git a/src/main/webapp/JoinVRE.css b/src/main/webapp/JoinVRE.css index 1818ded..34b6cc2 100644 --- a/src/main/webapp/JoinVRE.css +++ b/src/main/webapp/JoinVRE.css @@ -1,8 +1,8 @@ .relevance { color: #225f97; - font-size: 110%; - font-weight: bold; - margin-top: 10px; + font-size: 22px; + font-weight: normal; + margin-top: 15px; } .relevance.first { @@ -10,9 +10,9 @@ } .framed { - width: 146px; + width: 160px; padding: 10px; - margin: 5px 5px 0 0; + margin: 5px; background: #FFF; border-radius: 6px !important; -moz-border-radius: 6px !important; @@ -53,8 +53,7 @@ .vreName { color: #225f97; - font-size: 16px; - font-weight: bold; + font-size: 15px; line-height: 18px; padding: 2px 0; cursor: pointer; @@ -75,9 +74,13 @@ .joinButton { width: 100%; margin: 0 !important; + font-weight: normal !important; + text-shadow: none !important; } .freeAccessButton { background-color: #47a447 !important; color: #FFF !important; + font-weight: normal !important; + text-shadow: none !important; } \ No newline at end of file