diff --git a/.classpath b/.classpath index 129b84c..cae7117 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -19,7 +19,7 @@ - + @@ -34,5 +34,5 @@ - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index f7f80be..5fe3680 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,9 +4,6 @@ - - uses - diff --git a/distro/changelog.xml b/distro/changelog.xml index 02d8f5d..9f27209 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,9 +1,14 @@ + + Css fix and media rules added for management panels + Minor improvements Removed logout handler - Added view per VRE (managed with portal custmo fields) + Added view per VRE (managed with portal custmo fields) + @@ -26,7 +31,8 @@ Groups tab changed - [Task #5615] Logout is performed before browser tab is closed + [Task #5615] Logout is performed before browser tab is closed + Portlet's borders are removed by default Removed asl session diff --git a/pom.xml b/pom.xml index cb86d4f..63e958f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.gcubeckan gcube-ckan-datacatalog war - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT gCube CKAN Data Catalog The gCube CKAN Data Catalog portlet diff --git a/src/main/webapp/GCubeCkanDataCatalog.css b/src/main/webapp/GCubeCkanDataCatalog.css index eda0c80..fdc7cd1 100644 --- a/src/main/webapp/GCubeCkanDataCatalog.css +++ b/src/main/webapp/GCubeCkanDataCatalog.css @@ -37,13 +37,20 @@ h1 { } /** For the modal **/ -.insert-metadata-modal-style { - width: 1200px !important; - margin-left: -600px !important; +/** For the management panel **/ +@media ( min-width :1200px) { + .management-metadata-modal-style { + width: 800px !important; + margin-left: -400px !important; + } + .insert-metadata-modal-style { + width: 1100px !important; + margin-left: -500px !important; + } } .modal-body-custom { - height: 550px !important; + height: 500px !important; max-height: none !important; } @@ -137,12 +144,4 @@ h1 { .button-as-role-style { padding-left: 0px !important; color: black !important; -} - -/** For the management panel **/ -@media ( min-width :1200px) { - .management-metadata-modal-style { - width: 800px !important; - margin-left: -400px !important; - } } \ No newline at end of file