Put progressbar on top of banner
parent
d2e5cb95a4
commit
61be60ac3e
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue