summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d8ec06256..56d0e0d7f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1050,7 +1050,7 @@ div.hl.active {
overflow-x : hidden;
}
-#feedTree span.counterNode {
+#feedTree .counterNode {
font-weight : bold;
display : inline-block;
font-size : 9px;
@@ -1061,5 +1061,9 @@ div.hl.active {
border-radius : 4px;
padding : 0px 4px 0px 4px;
vertical-align : middle;
+ float : right;
+ margin-right : 5px;
+ position : relative;
+ top : 2px;
}