From 004280ed6385fc1d46fbe0e11d155d76021eb0a2 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Wed, 6 Jun 2018 10:09:56 +0000 Subject: [PATCH] Metrics: add short version option Dataprovider Landing: change tabs to accordion, changes dataProviderInfo and tabs info to work better with accordion view git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52373 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/library.css b/library.css index 2cb5c61..e61c135 100644 --- a/library.css +++ b/library.css @@ -188,6 +188,9 @@ overflow: hidden; text-overflow: ellipsis; /*min-width: 81px;*/ } +.filterItem{ + margin-bottom: 5px !important; +} .browseFilters{ overflow-y: auto; @@ -600,3 +603,39 @@ Margin-bottom: 10px; .citation-accordion .uk-accordion-title { font-family: Raleway; } + +.textOverflowEllipsis { +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} + +.custom-accordion .uk-accordion-title{ + text-align: left; + background: #f8f8ff; + padding: 4px; + color: #3055ba !important; + font-size: 14px; + text-transform: initial !important; + font-weight: inherit !important; + /*border-top: gray solid 1px;*/ + +} + +.custom-accordion .uk-accordion-title::after { + float: none;; + padding: 12px; +} + +.custom-accordion{ + /*border: gray solid 1px;*/ + border-top: 0px; +} + +.custom-accordion .uk-accordion-content{ + /*margin:12px;*/ + margin: 5px; + border: gray 2px; + border-style: dashed; + padding: 12px; +}