From 0186d6a0b9b761104a93149a449b01fc82754420 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 21 Jun 2019 13:33:15 +0000 Subject: [PATCH] ref 16310: Top aligned menubar icons in Data Miner and Data Miner Importer views https://support.d4science.org/issues/16310 Fixed CSS git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@179949 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +++--- pom.xml | 2 +- src/main/webapp/StatAlgoImporter.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index 071c964..d6212d0 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -45,5 +45,5 @@ - + diff --git a/pom.xml b/pom.xml index 4ea397a..06aa6ae 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.user statistical-algorithms-importer - 1.13.2-SNAPSHOT + 1.14.0-SNAPSHOT war diff --git a/src/main/webapp/StatAlgoImporter.css b/src/main/webapp/StatAlgoImporter.css index 9421c09..d151ecc 100644 --- a/src/main/webapp/StatAlgoImporter.css +++ b/src/main/webapp/StatAlgoImporter.css @@ -23,7 +23,7 @@ margin: 0px !important; } -.aui img { +#wrapper img { vertical-align: baseline !important; }