[Trunk|Assets]: Change search results list min-height to 600px

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@55250 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-04-09 22:02:57 +00:00
parent b9520a3455
commit 120cd0b022
1 changed files with 8 additions and 2 deletions

View File

@ -68,7 +68,7 @@ h2 .custom-external {
line-height: 18px;
}
.search-results {
min-height: 1100px;
min-height: 600px;
}
.searchPaging {
min-height: 46px;
@ -231,7 +231,7 @@ max-height:265px;
.entityTitleIcon{
background-repeat: :no-repeat;
background-repeat: no-repeat;
content: '';
display: inline-block;
height: 36px;
@ -1030,6 +1030,12 @@ showTitle h2{
font-size: small;
}
.private-card-badge {
background-color: #000;
color: #fff !important;
font-size: small;
}
.inherit-color {
color: inherit;
}