From e2261e177bc9f5308185d91783ca128000c6fd87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Apr 2013 20:34:20 +0400 Subject: implement old log entry purging in update_daemon_common; add some more error types; tweak error log display --- prefs.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'prefs.css') diff --git a/prefs.css b/prefs.css index dc527ca1e..254de4f34 100644 --- a/prefs.css +++ b/prefs.css @@ -131,5 +131,11 @@ table.prefErrorLog tr.errrow td { table.prefErrorLog tr.errrow td.errno { font-style : italic; + font-weight : bold; white-space : nowrap; } + +table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp { + color : gray; +} + -- cgit v1.2.3