Add portal color dividers between first and last result in search pages
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@53513 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
5b56e1b066
commit
9084f0cde9
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"productionMode" : false,
|
||||
"enablePiwikTrack" : false,
|
||||
"enableHelper" : true,
|
||||
"useCache" : true,
|
||||
|
@ -95,10 +96,10 @@
|
|||
"searchLinkToAdvancedOrps" : "/search/advanced/other",
|
||||
"searchLinkToAdvancedDataProviders" : "/search/advanced/dataproviders",
|
||||
"searchLinkToAdvancedOrganizations" : "/search/advanced/organizations",
|
||||
"searchLinkToAdvancedPeople" : "/search/advanced/people",
|
||||
|
||||
"lastIndexInformationLink" : "https://www.openaire.eu/aggregation-and-content-provision-workflows",
|
||||
"showLastIndexInformationLink" : true,
|
||||
"showLastIndexInformationLink" : false,
|
||||
|
||||
"widgetLink" : "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId="
|
||||
"deploymentEnvironment":false
|
||||
}
|
||||
|
|
|
@ -805,9 +805,14 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
|
|||
color: var(--portal-main-color) !important;
|
||||
}
|
||||
|
||||
.search-results > li:nth-child(1) {
|
||||
.search-results > li:nth-child(2) {
|
||||
|
||||
border-top: 0px solid !important;
|
||||
border-top-color:var(--portal-main-color) !important;
|
||||
|
||||
}
|
||||
.search-results > li:last-child{
|
||||
border-bottom:1px solid var(--portal-main-color) !important;
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.widget-box {
|
||||
|
|
Loading…
Reference in New Issue