Show CSV button always in search and advanced search pages. In case of >csvLimit results it is disabled (cursor: not-allowed) with appropriate tooltip.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@53225 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2018-09-24 09:12:51 +00:00
parent 7b7e9ccfa7
commit 452309559b
1 changed files with 5 additions and 0 deletions

View File

@ -584,6 +584,11 @@ dd:last-child {
padding-top: 15px !important;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.uk-badge, .badge, a.badge {
border-radius: 2px;
}