From bafb2e6b04bd5c44162dcbb41000404794831a9e Mon Sep 17 00:00:00 2001
From: Bob Vincent <bobvin@pillars.net>
Date: Fri, 27 May 2011 19:45:08 -0400
Subject: [PATCH] Issue #1024328 by Syvain Lecoy, droplet: Re-use message-16-error.png for watchdog severity levels higher than LOG_ERR.

---
 modules/dblog/dblog.css |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/modules/dblog/dblog.css b/modules/dblog/dblog.css
index ff310e3baa20e38d13b59332bd9b491ae1a0e8f0..88f4ba01b8ad39facb296f7300c8eedadaacb422 100644
--- a/modules/dblog/dblog.css
+++ b/modules/dblog/dblog.css
@@ -1,4 +1,3 @@
-
 .form-item-type,
 .form-item-severity {
   float: left; /* LTR */
@@ -52,7 +51,9 @@ table#admin-dblog td.icon {
 table#admin-dblog tr.dblog-warning td.icon {
   background-image: url(../../misc/message-16-warning.png);
 }
-table#admin-dblog tr.dblog-error td.icon {
+table#admin-dblog tr.dblog-error td.icon,
+table#admin-dblog tr.dblog-critical td.icon,
+table#admin-dblog tr.dblog-alert td.icon,
+table#admin-dblog tr.dblog-emerg td.icon {
   background-image: url(../../misc/message-16-error.png);
 }
-
-- 
1.7.4.1

