summaryrefslogtreecommitdiff
path: root/prefs.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-16 20:34:20 +0400
committerAndrew Dolgov <[email protected]>2013-04-16 20:34:20 +0400
commite2261e177bc9f5308185d91783ca128000c6fd87 (patch)
tree086faf89f0ef1efa5ca6db1cb880b6cdecb7ea98 /prefs.css
parentb8c7f8357d4858ec1bf42bd8c990413ce75dd080 (diff)
implement old log entry purging in update_daemon_common; add some more error types; tweak error log display
Diffstat (limited to 'prefs.css')
-rw-r--r--prefs.css6
1 files changed, 6 insertions, 0 deletions
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;
+}
+