summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-06 16:11:29 +0300
committerAndrew Dolgov <[email protected]>2021-02-06 16:11:29 +0300
commit73070544cac953fa48f8059b6d406a7a4654ceae (patch)
tree905d5e2c60fd1aefd2672fe925af983cbe11021d /themes/night_blue.css
parent5cfc5914f29a9ff9ad5231bc4eb9027ad1bc2523 (diff)
error log: make it more readable
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 51c12baa3..360ea9e6b 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1496,20 +1496,26 @@ body.ttrss_prefs fieldset.plugin label.description {
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px;
}
-body.ttrss_prefs .prefErrorLog tr td {
+body.ttrss_prefs .event-log tr td {
font-size: 10px;
+ padding: 8px;
+ vertical-align: top;
+ border-width: 0 0 1px 0;
+ border-style: solid;
+ border-color: #222;
}
-body.ttrss_prefs .prefErrorLog tr .errno {
+body.ttrss_prefs .event-log tr .errno {
font-style: italic;
font-weight: bold;
white-space: nowrap;
}
-body.ttrss_prefs .prefErrorLog tr .errstr {
+body.ttrss_prefs .event-log tr .errstr {
word-break: break-all;
+ white-space: pre-wrap;
}
-body.ttrss_prefs .prefErrorLog tr .filename,
-body.ttrss_prefs .prefErrorLog tr .login,
-body.ttrss_prefs .prefErrorLog tr .timestamp {
+body.ttrss_prefs .event-log tr .filename,
+body.ttrss_prefs .event-log tr .login,
+body.ttrss_prefs .event-log tr .timestamp {
color: #ccc;
}
body.ttrss_prefs hr {