summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-05-31 10:31:43 +0300
committerAndrew Dolgov <[email protected]>2019-05-31 10:31:43 +0300
commitd36b64d8a7423c2dd0e9153e1961c99cca007ca5 (patch)
treef9d2eaf11554397c44d42137806e458c157cba1f /css/default.css
parent4a2836ea90c4c471029d189a8c9fe5ec10a9521b (diff)
event log: simplify styles, prevent horizontal scrolling
sql logger: clip context length to 8kb
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/css/default.css b/css/default.css
index e83631c19..8941c76c8 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1513,17 +1513,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: #555;
}
body.ttrss_prefs hr {
@@ -1762,7 +1765,7 @@ body.ttrss_utility.share_popup .content {
}
.flat .dijitTree .dijitTreeRow {
overflow: hidden;
- -moz-user-select: none; /* TODO: temporary workaround for bug: https://discourse.tt-rss.org/t/is-it-possible-to-create-a-hierarchy-of-categories/876/13 */
+ -moz-user-select: none;
text-overflow: ellipsis;
}
.flat label.dijitButton {