[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:
parent
f6ee3dc9d7
commit
0fd17f619e
23
library.css
23
library.css
|
@ -1370,7 +1370,7 @@ textarea {
|
|||
cursor: default;
|
||||
}
|
||||
.curator-photo {
|
||||
border: #eee 10px solid;
|
||||
border: #eee 4px solid;
|
||||
object-fit: cover;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
|
@ -1441,15 +1441,6 @@ input[name="code"] {
|
|||
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) */
|
||||
ul.recentyears {
|
||||
padding-left: 0 !important;
|
||||
|
@ -1744,12 +1735,12 @@ ul.portalTabs.uk-tab::before {
|
|||
}
|
||||
|
||||
.selectedFilterLabel {
|
||||
background-color: #E5E5E5 !important;
|
||||
border-color: #E5E5E5 !important;
|
||||
border-radius: 2px !important;
|
||||
color: inherit !important;
|
||||
line-height: 15px !important;
|
||||
padding: 3px 10px !important;
|
||||
background-color: #E5E5E5;
|
||||
border-color: #E5E5E5;
|
||||
border-radius: 2px;
|
||||
color: inherit;
|
||||
line-height: 15px;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
.searchFilterItem {
|
||||
|
|
Loading…
Reference in New Issue