1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:35:55 +00:00

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

@@ -1495,20 +1495,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: #ddd;
}
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: #555;
}
body.ttrss_prefs hr {

View File

@@ -1495,20 +1495,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 {

View File

@@ -1495,20 +1495,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: #ddd;
}
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: #555;
}
body.ttrss_prefs hr {

View File

@@ -112,10 +112,15 @@ body.ttrss_prefs {
}
}
.prefErrorLog {
.event-log {
tr {
td {
font-size: 10px;
padding : 8px;
vertical-align : top;
border-width : 0 0 1px 0;
border-style : solid;
border-color : @border-default;
}
.errno {
@@ -125,7 +130,8 @@ body.ttrss_prefs {
}
.errstr {
word-break: break-all;
word-break : break-all;
white-space : pre-wrap;
}
.filename, .login, .timestamp {

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 {

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 {