From 0ea30bc695bb83a3d20ca12b613b74be3ff0bb05 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 24 Jul 2015 09:59:11 +0000 Subject: [PATCH] minor restyle git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/register-vre-users@117451 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 4 ++-- .settings/org.eclipse.wst.common.component | 6 ------ distro/changelog.xml | 12 ++++++------ pom.xml | 2 +- .../client/view/VREDeploymentView.java | 4 ++-- src/main/webapp/ManageVreUsers.css | 1 - src/main/webapp/newtheme.css | 19 +++++++++++++++++++ 7 files changed, 30 insertions(+), 18 deletions(-) diff --git a/.classpath b/.classpath index a28d840..cfbe319 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -31,5 +31,5 @@ - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 878f483..7aaf430 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -5,12 +5,6 @@ - - uses - - - uses - diff --git a/distro/changelog.xml b/distro/changelog.xml index 1ba472a..1cc6eaa 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,15 +1,15 @@ - + + Minor Restyle + + Added invite user functionality Ported to GWT 2.7.0 - + Adapted to the new maven portal bom - + First Release diff --git a/pom.xml b/pom.xml index 304fc70..8f0486d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portlets.admin register-vre-users war - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT Register VRE Users Rigister VRE Users Portlet allow to select a user from the portal and add her to the VRE. diff --git a/src/main/java/org/gcube/portlets/admin/manageusers/client/view/VREDeploymentView.java b/src/main/java/org/gcube/portlets/admin/manageusers/client/view/VREDeploymentView.java index addfcab..fd410dd 100644 --- a/src/main/java/org/gcube/portlets/admin/manageusers/client/view/VREDeploymentView.java +++ b/src/main/java/org/gcube/portlets/admin/manageusers/client/view/VREDeploymentView.java @@ -40,7 +40,7 @@ import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; public class VREDeploymentView extends Composite implements Display { - private GCubePanel mainPanel; + private VerticalPanel mainPanel; private final ContentPanel tablePanel; private GroupingStore store; @@ -62,7 +62,7 @@ public class VREDeploymentView extends Composite implements Display { * */ public VREDeploymentView() { - mainPanel = new GCubePanel("Register Users", "no-doc"); + mainPanel = new VerticalPanel(); filterByName = new StoreFilterField() { diff --git a/src/main/webapp/ManageVreUsers.css b/src/main/webapp/ManageVreUsers.css index 19ff779..a5b3be0 100644 --- a/src/main/webapp/ManageVreUsers.css +++ b/src/main/webapp/ManageVreUsers.css @@ -1,6 +1,5 @@ @import url(newtheme.css); - .approve-icon { background-image:url(images/vre_approve.png) !important; } diff --git a/src/main/webapp/newtheme.css b/src/main/webapp/newtheme.css index dbef66e..5def816 100644 --- a/src/main/webapp/newtheme.css +++ b/src/main/webapp/newtheme.css @@ -18,6 +18,25 @@ background-color: #d0def0; } +.x-tab-panel-header, .x-tab-panel-footer { + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px 5px 0 0; +} + +.ext-strict .ext-webkit .x-small-editor .x-form-text { + height: 23px !important; + padding: 3px 6px; + font-size: 14px; + color: #999; + margin: 1px 0 0 1px; + +} + +.x-small-editor .x-form-field-wrap .x-form-trigger { + visibility: hidden; +} + .x-panel-header { background: #FFF url(images/bg-pattern.png) repeat !important; }