1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:05:56 +00:00

apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout

This commit is contained in:
Andrew Dolgov
2013-06-07 10:01:11 +04:00
parent 58fc7095ed
commit 33e2d26bcb
3 changed files with 9 additions and 8 deletions

View File

@@ -32,7 +32,8 @@ dojo.declare("fox.PrefFeedTree", lib.CheckBoxTree, {
param = dojo.doc.createElement('span');
param.className = 'feedParam';
param.innerHTML = args.item.param[0];
dojo.place(param, tnode.labelNode, 'after');
//dojo.place(param, tnode.labelNode, 'after');
dojo.place(param, tnode.rowNode, 'first');
}
var id = args.item.id[0];