summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-07 14:22:44 +0400
committerAndrew Dolgov <[email protected]>2009-10-07 14:22:44 +0400
commit6e35a862dd7c2f292ab805cf5a0d5bf8770a6525 (patch)
tree6017125f1d3bdf5e2c0dbe2391df068a63040f42 /tt-rss.css
parent449cba7c38acd2abefaf127c7ce40ebda8b07c13 (diff)
fix view() being called twice on every headline click, experimental progress indicators for feedlist/headlines
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 11 insertions, 0 deletions
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;