From 0fd17f619ea442aa534ad2c7115359523528dfb7 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 7 May 2020 15:55:37 +0000 Subject: [PATCH] [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 --- library.css | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/library.css b/library.css index daa69eb..8a6964f 100644 --- a/library.css +++ b/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 {