diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 983d39ba..2393fde0 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2576,13 +2576,28 @@ button.collapsible.metadataRubrics.active { } .virtualArticleSwitch { border-top: 1px solid #8B4513; + border-bottom: 1px solid #dde4e3; + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: flex-start; + align-items: baseline; + background-color: #F6F6F6; } .virtualArticleSwitch >label.switch { font-family: IPH Astra Serif; font-style: normal; font-size: 1.3rem; padding-bottom: 15px; - border-bottom: 1px solid #dde4e3; + padding-top: 9px; +} +.virtualArticleSwitch >button { + all: unset; + cursor: pointer; + font-family: "IPH Astra Serif"; + font-size: 1.3rem; + padding: 15px; + background-color: #f8eccc; } .virtualArticleBiblio >div.virtualBibliography >div.bibliography { background-image: url(../images/bullet_icon.png);