summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 12:01:38 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 12:02:09 +0300
commitf81b681546b44c8df583134efa88fe9f2bba21d8 (patch)
treed7d959847b573e729f04981e3f875adf025e44e4
parent05acc0d65376d842b259dd657df54b3e984cc312 (diff)
tweak feed errors dialog
-rw-r--r--modules/popup-dialog.php5
-rw-r--r--tt-rss.css6
2 files changed, 8 insertions, 3 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index eb2f697cd..062542a1c 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -549,7 +549,7 @@
if ($id == "feedUpdateErrors") {
- print "<title>".__('Update Errors')."</title>";
+ print "<title>".__('Feeds with update errors')."</title>";
print "<content><![CDATA[";
print __("These feeds have not been updated because of errors:");
@@ -568,7 +568,8 @@
print "<div align='center'>";
- print "<button onclick=\"return closeInfoBox()\">".
+ print "<button dojoType=\"dijit.form.Button\"
+ onclick=\"return closeInfoBox()\">".
__('Close this window')."</button>";
print "]]></content>";
diff --git a/tt-rss.css b/tt-rss.css
index a3abd47f5..8442dee3e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -705,12 +705,16 @@ ul.feedErrorsList {
height : 300px;
overflow : auto;
list-style-type : none;
- border : 1px solid gray;
+ border : 1px solid #c0c0c0;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;
}
+ul.feedErrorsList em {
+ color : gray;
+}
+
ul.userFeedList {
height : 300px;
overflow : auto;