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:
parent
7b7e9ccfa7
commit
452309559b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue