diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component
index e448544..52c9d95 100644
--- a/.settings/org.eclipse.wst.common.component
+++ b/.settings/org.eclipse.wst.common.component
@@ -4,9 +4,6 @@
-
- uses
-
uses
diff --git a/src/main/webapp/GCubeCkanDataCatalog.css b/src/main/webapp/GCubeCkanDataCatalog.css
index 8efba6a..478c263 100644
--- a/src/main/webapp/GCubeCkanDataCatalog.css
+++ b/src/main/webapp/GCubeCkanDataCatalog.css
@@ -38,11 +38,15 @@ h1 {
/** For the modal **/
.insert-metadata-modal-style {
- width: 1024px !important;
- margin-left: -500px !important;
+ width: 1200px !important;
+ margin-left: -600px !important;
}
.modal-body {
- height: 500px;
+ height: 550px;
max-height: none !important;
+}
+
+.modal {
+ top: 2% !important;
}
\ No newline at end of file