From 3d4b37743012db0aba049293e92ec075b4e39322 Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Fri, 12 Mar 2021 11:55:50 +0100 Subject: [PATCH] Fixed metadata styles. --- webapp/src/main/webapp/themes/iph/css/iph.css | 42 +++++++++++++++++-- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index b79ef71c..5479cf63 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2364,7 +2364,7 @@ button.collapsible { background-color: #F6F6F6; /*border: 1px solid #F6F6F6 !important;*/ outline: none; - background-image: url(../images/arrow_down.png); + background-image: url(../images/arrow-down-big.svg); background-repeat: no-repeat; background-position: 1% 50%; padding-left: 40px !important; @@ -2387,6 +2387,9 @@ button.collapsible.active { -moz-appearance: none; border: 1px solid #F6F6F6; outline: none; + background-image: url(../images/arrow-top-big.svg); + background-repeat: no-repeat; + background-position: 1% 50%; } button.collapsible.active:focus { background-color: #F6F6F6; @@ -2531,6 +2534,7 @@ button.collapsible.metadataRubrics.active { font-family: "IPH Astra Serif"; font-style: normal; font-size: 1.4rem; + border-bottom: 1px solid #dde4e3; } .excerptSearchResult >a { font-family: IPH Astra Serif; @@ -2685,10 +2689,16 @@ button.collapsible.active { .parentRubric >li { margin-bottom: 8px; } -.childRubric { +.childRubric a { font-family: "IPH Astra Serif"; font-size: 1.2rem; - padding: 10px 10px 10px 10px !important; +} +.childRubric { + list-style:none; + border:none; + padding: 5px; + width: 100%; + text-align:left; } .childRubric > a:hover { color: #8B4513; @@ -2933,10 +2943,34 @@ p.snippet { margin-bottom: 10px; padding-bottom: 5px; } +.expandedContent li { + padding: 5px; +} .expandedContent a { font-family: "IPH Astra Serif"; font-size: 1.2rem; - padding-bottom: 2px; +} +.childArticle { + list-style:none; + border:none; + padding: 5px; + width: 100%; + text-align:left; +} +.childArticle a { + font-family: "IPH Astra Serif"; + font-size: 1.2rem; +} +.childExcerpt { + list-style:none; + border:none; + padding: 5px; + width: 100%; + text-align:left; +} +.childExcerpt a { + font-family: "IPH Astra Serif"; + font-size: 1.2rem; } /* -------------------------------------------------> */ /* FONTS --------------------------------> */