From 2a6232bcc549b2095ea5fccbb4b43010e20efffe Mon Sep 17 00:00:00 2001
From: Gregor Gawol <gawol@ub.uni-leipzig.de>
Date: Wed, 25 Sep 2019 16:14:45 +0200
Subject: [PATCH] refs #16093 [fid_adlr] bugs detail view * fixed bugs

---
 themes/fid_adlr/scss/compiled.scss | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/themes/fid_adlr/scss/compiled.scss b/themes/fid_adlr/scss/compiled.scss
index 888f4128f1d..5bb98c3a9a6 100644
--- a/themes/fid_adlr/scss/compiled.scss
+++ b/themes/fid_adlr/scss/compiled.scss
@@ -1600,6 +1600,10 @@ input.searchForm_lookfor {
   }
 }
 .tab-content {
+  border: 0;
+  & > .active {
+    background-color: transparent;
+  }
   .tab-pane {
     a {
       color: $black;
@@ -1656,6 +1660,9 @@ input.searchForm_lookfor {
     padding-left: 1em;
   }
 }
+div[id^="side-panel-"] {
+  @include accordeon;
+}
 div[class$="-tab"] {
   .media-body {
     strong {
@@ -1765,7 +1772,7 @@ footer {
   background-size: cover;
   background-image: url('../images/footer-dummy-background.png');
 
-   a:hover,  a:link,  a:active,  a:focus,  a:visited {
+  a:hover,  a:link,  a:active,  a:focus,  a:visited {
     color: white;
   }
 
-- 
GitLab