Put progressbar on top of banner

pull/2842/head
Linus Sehn 2022-11-08 12:10:32 +01:00
parent d2e5cb95a4
commit 61be60ac3e
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,6 @@
<xsl:attribute name="id">topbanner-border</xsl:attribute>
<xsl:element name="div">
<xsl:attribute name="id">topbanner-inner</xsl:attribute>
<xsl:apply-templates select="/buildinfo/topbanner/node()" />
<xsl:element name="div">
<xsl:attribute name="class">progressbar</xsl:attribute>
<xsl:element name="span">
@ -24,6 +23,7 @@
512,512€ <!-- our donation goal -->
</xsl:element>
</xsl:element>
<xsl:apply-templates select="/buildinfo/topbanner/node()" />
</xsl:element>
</xsl:element>
</xsl:element>

View File

@ -60,7 +60,8 @@ div.topbanner {
// ============================================================================
.progressbar {
margin-top: 1em;
margin-top: 0.3em;
margin-bottom: 1em;
height: 24px;
position: relative;
border: 1px solid #55555540;