From 6e35a862dd7c2f292ab805cf5a0d5bf8770a6525 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Oct 2009 14:22:44 +0400 Subject: fix view() being called twice on every headline click, experimental progress indicators for feedlist/headlines --- tt-rss.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 598f0c749..021af11d8 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -105,6 +105,12 @@ div.postReply span.author { font-size : 12px; } +ul.feedList img.hlLoading { + margin-left : 5px; + vertical-align : middle; + height : 10px; +} + ul.feedList { list-style-type : none; margin : 5px 5px 5px 0px; @@ -915,6 +921,11 @@ table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef { white-space: nowrap; } +table.headlinesList img.hlLoading { + margin-left : 5px; + vertical-align : middle; +} + table.headlinesList td.hlFeedIcon { width : 25px; text-align : center; -- cgit v1.2.3