mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
Error.report: use JS template strings
This commit is contained in:
@@ -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 .error-contents .message {
|
||||
color: red;
|
||||
}
|
||||
body.ttrss_main div.fatalError button {
|
||||
margin-top: 5px;
|
||||
}
|
||||
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;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user