From 0a1390ae3fff32170a5efc75ccddee8801c62b63 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 28 Jun 2021 18:42:44 +0200 Subject: [PATCH] updated css --- CHANGELOG.md | 1 - .../server/GcubeCkanDataCatalogServiceImpl.java | 1 - src/main/webapp/GCubeCkanDataCatalog.css | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c0224..60dfc51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm [#21188] Avoiding the catalogue widget window close if the user clicks outside it [#21470] Bug fixed publishing widget uses the orgTitle instead of orgName [#20193] Switching to GR "Catalogue" with gCat. They will be updated by UpdateItemCatalogueResource class. - Moved to maven-portal-bom 3.6.3 diff --git a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/server/GcubeCkanDataCatalogServiceImpl.java b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/server/GcubeCkanDataCatalogServiceImpl.java index 86954bb..a643871 100644 --- a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/server/GcubeCkanDataCatalogServiceImpl.java +++ b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/server/GcubeCkanDataCatalogServiceImpl.java @@ -17,7 +17,6 @@ import org.gcube.common.authorization.library.provider.UserInfo; import org.gcube.common.portal.PortalContext; import org.gcube.common.scope.impl.ScopeBean; import org.gcube.common.scope.impl.ScopeBean.Type; -import org.gcube.datacatalogue.grsf_manage_widget.shared.ManageProductBean; import org.gcube.datacatalogue.utillibrary.server.DataCatalogue; import org.gcube.datacatalogue.utillibrary.server.DataCatalogueFactory; import org.gcube.datacatalogue.utillibrary.server.utils.CatalogueUtilMethods; diff --git a/src/main/webapp/GCubeCkanDataCatalog.css b/src/main/webapp/GCubeCkanDataCatalog.css index 8e6c1f4..e8cb87e 100644 --- a/src/main/webapp/GCubeCkanDataCatalog.css +++ b/src/main/webapp/GCubeCkanDataCatalog.css @@ -152,9 +152,9 @@ h1 { .modal-content-moderator { width: 1200px; - min-height: 700px; + min-height: 720px; } .modal-content-moderator .modal-body { - min-height: 700px; + min-height: 720px; } \ No newline at end of file