From 5e1df952ebbc7f49d6c6ede1fb15e338fd6d29b3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Sep 2011 17:47:55 -0400 Subject: - Patch #1024328 by pillarsdotnet, droplet: re-use message-16-error.png icon for dblog severity levels higher than LOG_ERR. --- modules/dblog/dblog.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/dblog/dblog.css b/modules/dblog/dblog.css index ff310e3ba..88f4ba01b 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); } - -- cgit v1.2.3