From d0780a04d75162c57e0d11bcc6553723cb119c19 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Tue, 27 Feb 2018 13:52:56 +0000 Subject: [PATCH] minor css fix git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@164596 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 --- src/main/webapp/GCubeCkanDataCatalog.css | 9 +++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index f59c800..f639f59 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -13,9 +13,6 @@ uses - - uses - diff --git a/src/main/webapp/GCubeCkanDataCatalog.css b/src/main/webapp/GCubeCkanDataCatalog.css index eb6afee..f64590a 100644 --- a/src/main/webapp/GCubeCkanDataCatalog.css +++ b/src/main/webapp/GCubeCkanDataCatalog.css @@ -37,7 +37,7 @@ h1 { } /** For the modal & the management panel **/ -@media ( min-width :1200px) { +@media(min-width :1200px) { .management-metadata-modal-style { width: 1000px !important; margin-left: -450px !important; @@ -48,9 +48,10 @@ h1 { } } -.modal-body-custom { - height: 500px !important; - max-height: none !important; +@media(min-height: 800px) { + .modal-body-custom { + max-height: 500px !important; + } } .modal-top-custom {