Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
This commit is contained in:
commit
901078ea42
|
@ -89,7 +89,7 @@
|
|||
<div *ngIf="dataProviderInfo != null">
|
||||
|
||||
<div id="main-tabs-div" uk-sticky="offset: 0; animation: uk-animation-slide-top;"
|
||||
cls-active="uk-background-muted">
|
||||
cls-active="active">
|
||||
<div class="uk-padding uk-margin-large-top">
|
||||
<showTitle *ngIf="stickyHeader" [titleName]="dataProviderInfo.title.name" classNames="uk-margin-remove-bottom"></showTitle>
|
||||
</div>
|
||||
|
|
|
@ -152,8 +152,8 @@
|
|||
|
||||
<div id="main-tabs-div" class="uk-padding-large uk-padding-remove-vertical"
|
||||
uk-sticky="bottom: true; offset: 0"
|
||||
cls-active="landing-background-default-color">
|
||||
<div class="uk-padding uk-padding-remove-horizontal">
|
||||
cls-active="active">
|
||||
<div class="uk-padding uk-padding-remove-horizontal uk-padding-remove-bottom">
|
||||
<div [ngStyle]="{'padding-top': offset+'px'}">
|
||||
<showTitle *ngIf="stickyHeader" [titleName]="resultLandingInfo.title" classNames="uk-margin-remove-bottom"></showTitle>
|
||||
</div>
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<li><a target="_blank" href="https://www.openaire.eu/news/">News</a></li>
|
||||
<li><a target="_blank" href="https://www.openaire.eu/events">Events</a></li>
|
||||
<li><a target="_blank" href="https://www.openaire.eu/blogs/magazine">Blogs</a></li>
|
||||
<li><a target="_blank" href="https://www.openaire.eu/newsletter">Newsletters</a></li>
|
||||
<li><a target="_blank" href="https://www.openaire.eu/newsletters">Newsletter</a></li>
|
||||
<li><a target="_blank" href="https://www.openaire.eu/documents">Documents</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -220,7 +220,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="uk-margin-large-left">
|
||||
<a target="_blank" href="https://www.openaire.eu/newsletter">
|
||||
<a target="_blank" href="https://www.openaire.eu/newsletters">
|
||||
<span class="uk-flex uk-flex-middle">
|
||||
<span class="uk-text-large uk-text-bold">Newsletter</span>
|
||||
<span class="uk-icon uk-margin-small-left">
|
||||
|
|
Loading…
Reference in New Issue