From 8eacb96248de5d24f1f7fece64e8afcdb1fcd1b0 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Mon, 27 Jun 2016 14:27:34 +0000 Subject: [PATCH] Update to handler data publishing git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@129474 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 1 - .../user/workspace/WorkspacePortlet.gwt.xml | 27 +++++---- src/main/webapp/WEB-INF/web.xml | 55 ++++++++++++------- src/main/webapp/workspaceportlet.css | 15 +++++ 4 files changed, 65 insertions(+), 33 deletions(-) diff --git a/.classpath b/.classpath index c66565f..3a4b9d7 100644 --- a/.classpath +++ b/.classpath @@ -19,7 +19,6 @@ - diff --git a/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml b/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml index cf118b8..4ea510a 100644 --- a/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml @@ -20,8 +20,12 @@ - - + + + + @@ -31,15 +35,16 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 8d5b01e..83239ef 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -15,15 +15,15 @@ org.gcube.portlets.widgets.workspacesharingwidget.server.WorkspaceSharingServiceImpl - - - - + + + + - - - - + + + + DownloadService @@ -84,7 +84,20 @@ org.gcube.portlets.widgets.guidedtour.server.TourServiceImpl - + + ckanpublisherservices + org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl + + + + + + + + ckanpublisherservices + /workspace/ckanservices + + workspaceUploaderWsUtil /workspace/workspaceUploaderWsUtil @@ -125,20 +138,20 @@ /workspace/mailWisdgetServlet - - - - + + + + DownloadService /workspace/DownloadService - - - - + + + + workspacesharing @@ -170,10 +183,10 @@ /org.gcube.portlets.user.workspace.WorkspacePortletJUnit/ImageService - - - - + + + + diff --git a/src/main/webapp/workspaceportlet.css b/src/main/webapp/workspaceportlet.css index cbaa989..69c6bf3 100644 --- a/src/main/webapp/workspaceportlet.css +++ b/src/main/webapp/workspaceportlet.css @@ -443,4 +443,19 @@ .button_toolbar { width: 60px; +} + +/** For the modal **/ +.insert-metadata-modal-style { + width: 1200px !important; + margin-left: -600px !important; +} + +.modal-body { + height: 550px; + max-height: none !important; +} + +.modal { + top: 2% !important; } \ No newline at end of file