From 7d164c75660a8d61729fb226afda60171d69c09f Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Sat, 18 Jun 2016 08:18:46 +0000 Subject: [PATCH] modal height reduced to 500px git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@129157 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/GCubeCkanDataCatalog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/GCubeCkanDataCatalog.css b/src/main/webapp/GCubeCkanDataCatalog.css index 820ea2d..8efba6a 100644 --- a/src/main/webapp/GCubeCkanDataCatalog.css +++ b/src/main/webapp/GCubeCkanDataCatalog.css @@ -43,6 +43,6 @@ h1 { } .modal-body { - height: 600px; + height: 500px; max-height: none !important; } \ No newline at end of file