summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
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/tt-rss.less
parent2cbc2f5261b521d8c62c1bd999647aac4f52c080 (diff)
Error.report: use JS template strings
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less13
1 files changed, 7 insertions, 6 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 0034dbe51..952d426fa 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -676,17 +676,18 @@ body.ttrss_main {
width : 18px;
}
- div.fatalError {
- margin-bottom : 10px;
-
- button {
- margin-top : 5px;
+ .error-contents {
+ .message {
+ color : red;
}
textarea {
- width : 565px;
+ width : 99%;
height : 200px;
}
+ .dlgButtons {
+ text-align : center;
+ }
}
#content-wrap {