From 49590c8632e2a76a73febef76f57a86b0ba051be Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Wed, 22 Jun 2016 14:34:16 +0000 Subject: [PATCH] css fix git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@129292 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 --- src/main/webapp/GCubeCkanDataCatalog.css | 10 +++++++--- 2 files changed, 7 insertions(+), 6 deletions(-) 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