1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix view() being called twice on every headline click, experimental progress indicators for feedlist/headlines

This commit is contained in:
Andrew Dolgov
2009-10-07 14:22:44 +04:00
parent 449cba7c38
commit 6e35a862dd
5 changed files with 61 additions and 12 deletions

View File

@@ -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;