From b215c7c18a977a85b7d0b15a6e1d1fb53711ede0 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 28 Jun 2018 14:55:55 +0000 Subject: [PATCH] Changes in library.css: class 'label-orp' added, class 'label-country' changed, class 'UNKNOWN' added. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52607 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/library.css b/library.css index feed4c5..ca2aa6a 100644 --- a/library.css +++ b/library.css @@ -96,6 +96,8 @@ h2 .custom-external { .other-results { min-height: 300px; } + +/* "OPEN SOURCE" INCLUDED */ .OPEN { background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top; padding-right: 25px; @@ -115,6 +117,17 @@ h2 .custom-external { text-transform: none; } +.UNKNOWN { + + background: rgba(0, 0, 0, 0) url("./question.svg") no-repeat scroll right top; + padding-right: 25px; + min-height: 20px; + background-size: 20px 20px; + font-weight: 400; + text-transform: none; + +} + .sc39 { background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center; padding-right: 24px; @@ -264,14 +277,17 @@ max-height:265px; background:#fef0ef; color:#f54f43 } -.label-grey, .label-language, .label-country{ +.label-grey, .label-language{ background: #f8f8f8; color: #666; } +.label-country { + background : #d4f3ff; + color: #00a0de; +} .label-orange, .label-sc39{ background: #fef5d2; -color: #f0506e; - + color: #f0506e; } .label-OPEN, .label-open { @@ -295,6 +311,10 @@ color: #fff; background: #b737ff; color: #fff } +.label-orp{ + background: ##f54f43; + color: #414141; +} .label-project { background: #d0307f;