From 97e10df7b76a33310b828cfbaa0c915a571a6817 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 12 Mar 2021 12:15:47 +0000 Subject: [PATCH] [Library | Trunk]: Landing: Under curation tooltip add padding git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60641 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../landing-header/landing-header.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/landingPages/landing-utils/landing-header/landing-header.component.ts b/landingPages/landing-utils/landing-header/landing-header.component.ts index 02a59b36..e18b584f 100644 --- a/landingPages/landing-utils/landing-header/landing-header.component.ts +++ b/landingPages/landing-utils/landing-header/landing-header.component.ts @@ -45,7 +45,7 @@ import {AlertModal} from "../../../utils/modal/alert"; . Under curation @@ -89,9 +89,9 @@ export class LandingHeaderComponent { } public buildCurationTooltip(): string { - let tooltipContent: string = "
"; + let tooltipContent: string = "
"; - tooltipContent += "

Record in preview

"; + tooltipContent += "
Record in preview
"; tooltipContent += "

Bibliographic record accepted by the system, but not yet processed by
OpenAIRE tools for information quality improvement and de-duplication

"; tooltipContent += "
";