summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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;