updated css

This commit is contained in:
Francesco Mangiacrapa 2021-06-28 18:42:44 +02:00
parent 357e837906
commit 0a1390ae3f
3 changed files with 2 additions and 4 deletions

View File

@ -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 <AppId>gCat</AppId>. They will be updated by UpdateItemCatalogueResource class.
Moved to maven-portal-bom 3.6.3

View File

@ -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;

View File

@ -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;
}