summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-11 12:45:05 +0300
committerAndrew Dolgov <[email protected]>2018-12-11 12:45:05 +0300
commit071ca5aa9632c519f8eade427a7eb8241a7182ae (patch)
treed0f8177460ab5a0ef825cdeb7c6db744a7544586 /css/default.css
parent2cbc2f5261b521d8c62c1bd999647aac4f52c080 (diff)
Error.report: use JS template strings
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/css/default.css b/css/default.css
index ac6584367..b70cffa0d 100644
--- a/css/default.css
+++ b/css/default.css
@@ -577,16 +577,16 @@ body.ttrss_main #feed_browser_spinner {
height: 18px;
width: 18px;
}
-body.ttrss_main div.fatalError {
- margin-bottom: 10px;
-}
-body.ttrss_main div.fatalError button {
- margin-top: 5px;
+body.ttrss_main .error-contents .message {
+ color: red;
}
-body.ttrss_main div.fatalError textarea {
- width: 565px;
+body.ttrss_main .error-contents textarea {
+ width: 99%;
height: 200px;
}
+body.ttrss_main .error-contents .dlgButtons {
+ text-align: center;
+}
body.ttrss_main #content-wrap {
padding: 0px;
border-width: 0px;