From: Andrew Dolgov Date: Thu, 25 Nov 2010 11:39:06 +0000 (+0300) Subject: misc css/linking updates X-Git-Tag: 1.5.0~45 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=29a5b4aae0496c9ba07a567d3b8fcfe565fb9184;p=tt-rss.git misc css/linking updates --- diff --git a/digest.css b/digest.css index a3168032..cfff9918 100644 --- a/digest.css +++ b/digest.css @@ -308,3 +308,6 @@ div.fatalError textarea { height : 100px; } +div.insensitive { + color : gray; +} diff --git a/digest.js b/digest.js index 0e50ff4c..729b6614 100644 --- a/digest.js +++ b/digest.js @@ -486,7 +486,9 @@ function redraw_feedlist(feeds) { } if (feeds.length == 0) { - $('feeds-content').innerHTML = __("No unread feeds."); + $('feeds-content').innerHTML = + "
" + + __("No unread feeds.") + "
"; } } catch (e) { diff --git a/digest.php b/digest.php index 913cd10a..366be994 100644 --- a/digest.php +++ b/digest.php @@ -29,10 +29,7 @@ - - - - + diff --git a/prefs.php b/prefs.php index 891b9c8a..9148cb4f 100644 --- a/prefs.php +++ b/prefs.php @@ -24,8 +24,8 @@ Tiny Tiny RSS : Preferences - + diff --git a/tt-rss.php b/tt-rss.php index b3dcd6a8..d26035b9 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -24,21 +24,15 @@ Tiny Tiny RSS - + - - - - - -