]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
fix view() being called twice on every headline click, experimental progress indicato...
[tt-rss.git] / tt-rss.css
index 598f0c749ca95b78b90262e2df5d9478a70fab0d..021af11d89b4c383124ca0b51f3fa6f964a0fa85 100644 (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;