From 64ad7a2c15a5e1a7aeaa228ef3d6f90ab4478875 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 24 Feb 2020 13:14:14 +0000 Subject: [PATCH] [Trunk | Library]: library.css: "paging-hr" class added, "range-button > button" styling added (search redesign). git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58127 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/library.css b/library.css index 86b557b..96939dd 100644 --- a/library.css +++ b/library.css @@ -933,13 +933,18 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785); color: var(--portal-main-color) !important; } -.search-results > li:nth-child(2) { - border-top: 1px solid var(--portal-main-color) !important; -} +/*.search-results > li:nth-child(2) {*/ +/* border-top: 1px solid var(--portal-main-color) !important;*/ +/*}*/ -.search-results > li:last-child { - border-bottom: 1px solid var(--portal-main-color) !important; - padding-bottom: 10px !important; +/*.search-results > li:last-child {*/ +/* border-bottom: 1px solid var(--portal-main-color) !important;*/ +/* padding-bottom: 10px !important;*/ +/*}*/ + +.paging-hr { + border-bottom: 1px solid #E5E5E5 !important; + /*padding-bottom: 5px !important;*/ } .widget-box { @@ -1417,6 +1422,7 @@ input[name="code"] { .selectedFilterLabel { background-color: #E5E5E5; border-color: #E5E5E5; + border-radius: 2px; color: inherit; line-height: 15px; padding: 3px 10px; @@ -1424,4 +1430,9 @@ input[name="code"] { .searchFilterItem { margin-bottom: 5px; +} + +.range-button > button{ + padding: 5px 10px; + text-transform: none; } \ No newline at end of file