mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:15:55 +00:00
event log: simplify styles, prevent horizontal scrolling
sql logger: clip context length to 8kb
This commit is contained in:
@@ -1514,17 +1514,20 @@ body.ttrss_prefs fieldset.plugin label.description {
|
||||
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
|
||||
margin-right: 10px;
|
||||
}
|
||||
body.ttrss_prefs table.prefErrorLog tr.errrow td {
|
||||
body.ttrss_prefs .prefErrorLog tr td {
|
||||
font-size: 10px;
|
||||
}
|
||||
body.ttrss_prefs table.prefErrorLog tr.errrow td.errno {
|
||||
body.ttrss_prefs .prefErrorLog tr .errno {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
}
|
||||
body.ttrss_prefs table.prefErrorLog td.filename,
|
||||
body.ttrss_prefs table.prefErrorLog td.login,
|
||||
body.ttrss_prefs table.prefErrorLog td.timestamp {
|
||||
body.ttrss_prefs .prefErrorLog tr .errstr {
|
||||
word-break: break-all;
|
||||
}
|
||||
body.ttrss_prefs .prefErrorLog tr .filename,
|
||||
body.ttrss_prefs .prefErrorLog tr .login,
|
||||
body.ttrss_prefs .prefErrorLog tr .timestamp {
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
@@ -1763,6 +1766,7 @@ body.ttrss_utility.share_popup .content {
|
||||
}
|
||||
.flat .dijitTree .dijitTreeRow {
|
||||
overflow: hidden;
|
||||
-moz-user-select: none;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.flat label.dijitButton {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1514,17 +1514,20 @@ body.ttrss_prefs fieldset.plugin label.description {
|
||||
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
|
||||
margin-right: 10px;
|
||||
}
|
||||
body.ttrss_prefs table.prefErrorLog tr.errrow td {
|
||||
body.ttrss_prefs .prefErrorLog tr td {
|
||||
font-size: 10px;
|
||||
}
|
||||
body.ttrss_prefs table.prefErrorLog tr.errrow td.errno {
|
||||
body.ttrss_prefs .prefErrorLog tr .errno {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
}
|
||||
body.ttrss_prefs table.prefErrorLog td.filename,
|
||||
body.ttrss_prefs table.prefErrorLog td.login,
|
||||
body.ttrss_prefs table.prefErrorLog td.timestamp {
|
||||
body.ttrss_prefs .prefErrorLog tr .errstr {
|
||||
word-break: break-all;
|
||||
}
|
||||
body.ttrss_prefs .prefErrorLog tr .filename,
|
||||
body.ttrss_prefs .prefErrorLog tr .login,
|
||||
body.ttrss_prefs .prefErrorLog tr .timestamp {
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
@@ -1763,6 +1766,7 @@ body.ttrss_utility.share_popup .content {
|
||||
}
|
||||
.flat .dijitTree .dijitTreeRow {
|
||||
overflow: hidden;
|
||||
-moz-user-select: none;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.flat label.dijitButton {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user