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