mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:35:55 +00:00
experimentally align counters to the right
This commit is contained in:
@@ -192,7 +192,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
|||||||
|
|
||||||
args.item.unread > 0 ? Element.show(ctr) : Element.hide(ctr);
|
args.item.unread > 0 ? Element.show(ctr) : Element.hide(ctr);
|
||||||
|
|
||||||
dojo.place(ctr, tnode.labelNode, 'after');
|
dojo.place(ctr, tnode.rowNode, 'first');
|
||||||
tnode.counterNode = ctr;
|
tnode.counterNode = ctr;
|
||||||
|
|
||||||
//tnode.labelNode.innerHTML = args.label;
|
//tnode.labelNode.innerHTML = args.label;
|
||||||
|
|||||||
@@ -1050,7 +1050,7 @@ div.hl.active {
|
|||||||
overflow-x : hidden;
|
overflow-x : hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree span.counterNode {
|
#feedTree .counterNode {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
font-size : 9px;
|
font-size : 9px;
|
||||||
@@ -1061,5 +1061,9 @@ div.hl.active {
|
|||||||
border-radius : 4px;
|
border-radius : 4px;
|
||||||
padding : 0px 4px 0px 4px;
|
padding : 0px 4px 0px 4px;
|
||||||
vertical-align : middle;
|
vertical-align : middle;
|
||||||
|
float : right;
|
||||||
|
margin-right : 5px;
|
||||||
|
position : relative;
|
||||||
|
top : 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user