mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
tweak feed errors dialog
This commit is contained in:
@@ -549,7 +549,7 @@
|
|||||||
|
|
||||||
if ($id == "feedUpdateErrors") {
|
if ($id == "feedUpdateErrors") {
|
||||||
|
|
||||||
print "<title>".__('Update Errors')."</title>";
|
print "<title>".__('Feeds with update errors')."</title>";
|
||||||
print "<content><![CDATA[";
|
print "<content><![CDATA[";
|
||||||
|
|
||||||
print __("These feeds have not been updated because of errors:");
|
print __("These feeds have not been updated because of errors:");
|
||||||
@@ -568,7 +568,8 @@
|
|||||||
|
|
||||||
print "<div align='center'>";
|
print "<div align='center'>";
|
||||||
|
|
||||||
print "<button onclick=\"return closeInfoBox()\">".
|
print "<button dojoType=\"dijit.form.Button\"
|
||||||
|
onclick=\"return closeInfoBox()\">".
|
||||||
__('Close this window')."</button>";
|
__('Close this window')."</button>";
|
||||||
|
|
||||||
print "]]></content>";
|
print "]]></content>";
|
||||||
|
|||||||
@@ -705,12 +705,16 @@ ul.feedErrorsList {
|
|||||||
height : 300px;
|
height : 300px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
list-style-type : none;
|
list-style-type : none;
|
||||||
border : 1px solid gray;
|
border : 1px solid #c0c0c0;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
margin : 0px 0px 5px 0px;
|
margin : 0px 0px 5px 0px;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.feedErrorsList em {
|
||||||
|
color : gray;
|
||||||
|
}
|
||||||
|
|
||||||
ul.userFeedList {
|
ul.userFeedList {
|
||||||
height : 300px;
|
height : 300px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user