From 7470ffe7fc48253a193581d635d4f3ead8b0ed90 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Fri, 6 Nov 2015 14:23:41 +0000 Subject: [PATCH] 1280: Workspace GUI: quote and available feature improvements Task-Url: https://support.d4science.org/issues/1280 Updated css and label git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@120219 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/workspace/client/view/WorkspaceFeaturesView.java | 2 +- .../user/workspace/client/view/WorkspaceFeaturesView.ui.xml | 2 +- src/main/webapp/workspaceportlet.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.java b/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.java index 65fe793..d89100a 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.java @@ -107,7 +107,7 @@ public class WorkspaceFeaturesView extends Composite { info.setTitle("Workspace available features"); info_features.insert(info, 0); info_features.setCellVerticalAlignment(how_to, HasVerticalAlignment.ALIGN_MIDDLE); - how_to.addStyleName("margin-left-10"); + how_to.addStyleName("margin-left-5"); hp_feautures.setCellVerticalAlignment(fp1, HasVerticalAlignment.ALIGN_MIDDLE); hp_feautures.setCellWidth(fp2, "33%"); diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.ui.xml b/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.ui.xml index 84f58df..cdde9aa 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.ui.xml +++ b/src/main/java/org/gcube/portlets/user/workspace/client/view/WorkspaceFeaturesView.ui.xml @@ -20,7 +20,7 @@ - diff --git a/src/main/webapp/workspaceportlet.css b/src/main/webapp/workspaceportlet.css index 2068b24..8a769ff 100644 --- a/src/main/webapp/workspaceportlet.css +++ b/src/main/webapp/workspaceportlet.css @@ -395,8 +395,8 @@ margin-right: 10px; } -.margin-left-10{ - margin-left: 10px; +.margin-left-5{ + margin-left: 5px; } .alert_ws_features{