summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-09-11 17:47:55 -0400
committerDries Buytaert <dries@buytaert.net>2011-09-11 17:47:55 -0400
commit5e1df952ebbc7f49d6c6ede1fb15e338fd6d29b3 (patch)
tree1f73066cdcfdc5b0b1ca65adc4c2c43dbb5ec5c7 /modules
parentb30fae020a3cf13ce6854d2549d031afae01e7e4 (diff)
downloadbrdo-5e1df952ebbc7f49d6c6ede1fb15e338fd6d29b3.tar.gz
brdo-5e1df952ebbc7f49d6c6ede1fb15e338fd6d29b3.tar.bz2
- Patch #1024328 by pillarsdotnet, droplet: re-use message-16-error.png icon for dblog severity levels higher than LOG_ERR.
Diffstat (limited to 'modules')
-rw-r--r--modules/dblog/dblog.css7
1 files changed, 4 insertions, 3 deletions
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);
}
-