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 {