From f7a247eb274d54c50bfbb075f443651bd0ca406f Mon Sep 17 00:00:00 2001 From: Bob Vincent 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 | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/dblog/dblog.css b/modules/dblog/dblog.css index ff310e3baa20e38d13b59332bd9b491ae1a0e8f0..b9e5be433d7437ebcb270df298b4f261ff357990 100644 --- a/modules/dblog/dblog.css +++ b/modules/dblog/dblog.css @@ -52,7 +52,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); -} - +} \ No newline at end of file -- 1.7.4.1