[Library|Trunk]

Search Filters fix:
- make them work for static filters (e.g datasource pages)
- make it work when new filter is substring of selected filter (e.g 'Registry'  & 'Registry of repositories')
- make it work with and without quotes

SEO:
- datasource landing add description in meta tags
- result landing make h2 the title in other versions (only one H1 per page)



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59820 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-11-12 09:51:34 +00:00
parent 9737976dfa
commit 90619c9652
2 changed files with 63 additions and 3 deletions

View File

@ -19,7 +19,7 @@
z-index: 10000;
}
.uk-modal .title-section h1, .feedback-page .title-section h1 {
.uk-modal .title-section h1, .uk-modal .title-section h2, .feedback-page .title-section h1 {
font-size: 18px;
font-weight: 400;
}

View File

@ -1041,7 +1041,7 @@ html {
text-decoration: underline;
}
.zenodoButton, .zenodoButton:hover{
./*zenodoButton, .zenodoButton:hover{
background-image:linear-gradient(to right, #0F4DA1, #0078E1) ;
color: white !important;
border-color: transparent !important;
@ -1050,7 +1050,7 @@ html {
box-shadow: 0px 4px 10px #00000029;
border-radius: 2px;
opacity: 1;
}
}*/
.uk-text-normal{
font-weight: 400;
@ -1072,3 +1072,63 @@ Impact Factor - ATHENA CODE */
div.cdk-overlay-container {
z-index: 10001 !important;
}
a.filterLabel {
color: #1d1d1d !important;
}
.filterLoading{
opacity: 0.5;
}
/*Chnages for Sicky Search form*/
/*
#searchFormPanel.uk-sticky {
z-index: 3 !important;
}
#searchFormPanel.uk-sticky .searchFormMinHeight{
min-height: 100px;
}
#searchFormPanel.uk-sticky.uk-active .publicationsSearchForm{
height:220px;
!* height transition*!
transition: 0.40s;
-webkit-transition: 0.40s;
-moz-transition: 0.40s;
-ms-transition: 0.40s;
-o-transition: 0.40s;
}
#searchFormPanel.uk-sticky .publicationsSearchForm{
transition: 0.40s;
-webkit-transition: 0.40s;
-moz-transition: 0.40s;
-ms-transition: 0.40s;
-o-transition: 0.40s;
}
*/
/*menu transparent*/
/*
#stickyNavbar.uk-active.uk-navbar-container {
background: transparent;
box-shadow: none;
}
*/
/*smaller menu bar*/
/*
.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
min-height: 70px;
}
.beta-indication-sticky {
height: 72px;q
}
*/