Skip to content

Commit

Permalink
TUBS-145 moves dini logo as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
TiloNN authored and kkrebs committed Feb 19, 2024
1 parent b0559cf commit 5463658
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@
margin-bottom: 1.125rem;
}
}
.dini-certificate {
h2 {
margin-bottom: 0;
&:after {
background-color: transparent;
margin-bottom: 0;
}
}
}
}

.leo-copyright-menu {
Expand All @@ -56,9 +47,12 @@
}

.dini-certificate {
text-align: right;
margin-top: 1rem;
h2 {
display: none;
}
img {
width: 200px;
width: 7rem;
}
}

Expand Down
22 changes: 11 additions & 11 deletions src/main/resources/xsl/mir-flatmir-layout-utils.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,17 @@
class="leo-logo"
alt="leoPARD Logo" />
</a>
<div class="dini-certificate">
<h2>Dini Zertifikat</h2>
<a
id="dini_logo"
href="https://www.dini.de/dienste-projekte/dini-zertifikat/"
title="{i18n:translate('digibib.diniCertificate2022')}">
<img
alt="Logo DINI-Zertifikat 2022"
src="{$WebApplicationBaseURL}images/DINI_Siegel_22.svg" />
</a>
</div>
</div>
<div class="col-auto mr-5">
<h2>Anschrift</h2>
Expand All @@ -162,17 +173,6 @@
mode="footerMenu" />
</ul>
</div>
<div class="col dini-certificate">
<h2>Dini Zertifikat</h2>
<a
id="dini_logo"
href="https://www.dini.de/dienste-projekte/dini-zertifikat/"
title="{i18n:translate('digibib.diniCertificate2022')}">
<img
alt="Logo DINI-Zertifikat 2022"
src="{$WebApplicationBaseURL}images/DINI_Siegel_22.svg" />
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 5463658

Please sign in to comment.