Add warning icon to alert pages

This commit is contained in:
Saivann 2015-07-04 04:29:58 -04:00
parent e1c18c3ad6
commit fa4d5fd34f
2 changed files with 11 additions and 1 deletions

View file

@ -12,7 +12,7 @@ lang: en
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
<div class="alerttext">
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
<img src="/img/icons/warning.svg" class="alerticon" alt="warning"><h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
{{ content }}
</div>
<a href="/en/alerts">Go back to the network alerts history</a>

View file

@ -1778,6 +1778,9 @@ h2 .rssicon{
.alerttext h1{
text-align:left;
}
.alerttext img+h1{
margin-left:54px;
}
.alertstatusinactive{
font-size:130%;
color:#0d579b;
@ -1794,6 +1797,13 @@ h2 .rssicon{
.alertsactive a{
font-weight:bold;
}
.alerticon{
width:42px;
height:42px;
float:left;
margin-top:12px;
margin-right:12px;
}
.redirectmsg{
text-align:center;