error log: make it more readable

This commit is contained in:
Andrew Dolgov
2021-02-06 16:11:29 +03:00
parent 5cfc5914f2
commit 73070544ca
7 changed files with 70 additions and 34 deletions

View File

@@ -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 {