[Explore | Trunk]: Fix image-front-bar in explore
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59683 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
21b4ea4438
commit
245cb0768c
|
@ -5,21 +5,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<div class="image-front-topbar uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color"
|
||||
uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}"
|
||||
tm-header-transparent="light" tm-header-transparent-placeholder="">
|
||||
<!-- style=" min-height: calc(7.89999px + 60vh);"-->
|
||||
<div
|
||||
class=" mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-fixed uk-section uk-padding-remove-bottom">
|
||||
<!-- uk-height-viewport="offset-top: true;offset-bottom: 20"> -->
|
||||
<div class="uk-position-cover" style="/*background-color: rgba(70, 68, 68, 0.24);*/"></div>
|
||||
<div class="image-front-topbar mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-fixed">
|
||||
<div class="uk-position-relative uk-panel">
|
||||
<div class="uk-container uk-margin-medium">
|
||||
<div class="tm-header-placeholder uk-margin-medium" style="height: 84px;"></div>
|
||||
<div class="uk-container">
|
||||
<div class="tm-header-placeholder" style="height: 84px;"></div>
|
||||
<div class="search_box_bg uk-grid-large uk-flex-middle uk-grid uk-grid-stack" uk-grid="">
|
||||
<div class="uk-width-1-1@m uk-first-column">
|
||||
<div data-id="page#4">
|
||||
<form class=" uk-margin uk-margin-top ">
|
||||
<form class="uk-margin">
|
||||
<div class="uk-grid uk-margin-small-left">
|
||||
<div class="uk-margin-small-top uk-padding-remove-left">
|
||||
<entities-selection [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"
|
||||
|
@ -170,7 +163,6 @@
|
|||
[texts]="pageContents['top']"></helper>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--<schema2jsonld [URL]="properties.baseLink"-->
|
||||
<!-- [logoURL]="properties.baseLink+'/assets/common-assets/logo-small-explore.png'" type="home"-->
|
||||
|
|
Loading…
Reference in New Issue