summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-08 01:40:10 +0400
committerAndrew Dolgov <[email protected]>2013-05-08 01:40:10 +0400
commitf5d3c77a8f5d20ca8548f4d894477c506823e4d3 (patch)
tree97e51f94fef62675c6a2282816d53aea4c0a1b72 /tt-rss.css
parent13ed529d21befcc72e3906f12a24aa9bdd8609b7 (diff)
experimentally align counters to the right
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;
}