From 692ed57df68a31fa808f57a22bb2626f10afcc48 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/data-miner-executor@179949 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +++--- .settings/org.eclipse.wst.common.component | 7 ++----- pom.xml | 2 +- src/main/webapp/DataMinerExecutor.css | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.classpath b/.classpath index 2328242..6476230 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -34,5 +34,5 @@ - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index fcbed3c..0185b48 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,13 +1,10 @@ - + - - uses - - + uses diff --git a/pom.xml b/pom.xml index b8ff7e0..ce1cef0 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portlets.user data-miner-executor - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT war data-miner-executor diff --git a/src/main/webapp/DataMinerExecutor.css b/src/main/webapp/DataMinerExecutor.css index 16bb951..9bb8271 100644 --- a/src/main/webapp/DataMinerExecutor.css +++ b/src/main/webapp/DataMinerExecutor.css @@ -32,7 +32,7 @@ margin: 0px !important; } -.aui img { +#wrapper img { vertical-align: baseline !important; }