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
This commit is contained in:
argiro.kokogiannaki 2018-06-06 10:09:56 +00:00
parent d58925a43c
commit 004280ed63
1 changed files with 39 additions and 0 deletions

View File

@ -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;
}