From 9c2d272df5a92193a0ef888b1c8a94020c7c60ad Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 5 Nov 2019 14:57:16 +0000 Subject: [PATCH] [Trunk | Library]: 1. common-assets/library.css: Rename class 'lines-11' to 'lines-10' (is applied only on

element) & apply classes 'multi-line-ellipsis' and 'lines-10' only on

element. 2. curved-bottom.svg: Add background color (#FAFAFA) with element. 3. explore-custom.css: In class 'numbers-background' add 'no-repeat' style & remove 'homePageGrayBackground' class & in class 'graph-background-bottom' add 'background-color: #FAFAFA'. 4. home.component.html: Use 'lines-10' class instead of 'lines-11' & don't use 'homePageGrayBackground' class & seperate section for numbers - add 'numbers-background' class only on second section - adjust margins and paddings. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57512 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.css b/library.css index 706b763..d4913aa 100644 --- a/library.css +++ b/library.css @@ -668,15 +668,15 @@ text-overflow: ellipsis; white-space: nowrap; } -.multi-line-ellipsis { +.multi-line-ellipsis p { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } -.multi-line-ellipsis.lines-11 { - -webkit-line-clamp: 11; +.multi-line-ellipsis.lines-10 p { + -webkit-line-clamp: 10; } .custom-accordion .uk-accordion-title{