[Library | Trunk]: Some minor css changes

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58645 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-07 15:55:37 +00:00
parent f6ee3dc9d7
commit 0fd17f619e
1 changed files with 7 additions and 16 deletions

View File

@ -1370,7 +1370,7 @@ textarea {
cursor: default; cursor: default;
} }
.curator-photo { .curator-photo {
border: #eee 10px solid; border: #eee 4px solid;
object-fit: cover; object-fit: cover;
width: 80px; width: 80px;
height: 80px; height: 80px;
@ -1441,15 +1441,6 @@ input[name="code"] {
border-radius: 1px; border-radius: 1px;
} }
.selectedFilterLabel {
background-color: #E5E5E5;
border-color: #E5E5E5;
border-radius: 2px;
color: inherit;
line-height: 15px;
padding: 3px 10px;
}
/* Natalia's suggestion for recentyears (range buttons) */ /* Natalia's suggestion for recentyears (range buttons) */
ul.recentyears { ul.recentyears {
padding-left: 0 !important; padding-left: 0 !important;
@ -1744,12 +1735,12 @@ ul.portalTabs.uk-tab::before {
} }
.selectedFilterLabel { .selectedFilterLabel {
background-color: #E5E5E5 !important; background-color: #E5E5E5;
border-color: #E5E5E5 !important; border-color: #E5E5E5;
border-radius: 2px !important; border-radius: 2px;
color: inherit !important; color: inherit;
line-height: 15px !important; line-height: 15px;
padding: 3px 10px !important; padding: 6px 10px;
} }
.searchFilterItem { .searchFilterItem {