From fa4d5fd34f0fd1a19c4ab84c192612b8c689dec8 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 4 Jul 2015 04:29:58 -0400 Subject: [PATCH] Add warning icon to alert pages --- _layouts/alert.html | 2 +- _less/screen.less | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_layouts/alert.html b/_layouts/alert.html index 4062e67c..d1f79625 100644 --- a/_layouts/alert.html +++ b/_layouts/alert.html @@ -12,7 +12,7 @@ lang: en
-

{{ page.title }}
{{ page.date | date:"%e %B %Y" }}

+ warning

{{ page.title }}
{{ page.date | date:"%e %B %Y" }}

{{ content }}
Go back to the network alerts history diff --git a/_less/screen.less b/_less/screen.less index 74ce0ef6..2c2e257c 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -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;