summaryrefslogtreecommitdiff
path: root/themes/light
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/light
parent5cfc5914f29a9ff9ad5231bc4eb9027ad1bc2523 (diff)
error log: make it more readable
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/prefs.less10
1 files changed, 8 insertions, 2 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 4d3e93688..9f8afc47a 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -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 {