better fix for feedTree shifting

This commit is contained in:
Andrew Dolgov 2013-05-07 12:14:11 +04:00
parent 2c967d6023
commit 75933cf00d
1 changed files with 6 additions and 1 deletions

View File

@ -1017,12 +1017,17 @@ div.hl.active a.title {
margin-right : 25px; margin-right : 25px;
} }
#feedTree .dijitTreeRow, #feedTree .dijitTreeNode, #feedTree .dijitFocused { #feedTree .dijitTreeRow, #feedTree .dijitFocused {
padding : 1px 0px 1px; padding : 1px 0px 1px;
border-width : 1px; border-width : 1px;
border-color : transparent; border-color : transparent;
} }
#feedTree .dijitTreeNode {
padding : 0px;
border-width : 0px;
}
#feedTree { #feedTree {
height : 100%; height : 100%;
overflow-x : hidden; overflow-x : hidden;