]> git.wh0rd.org - tt-rss.git/commitdiff
better fix for feedTree shifting
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 7 May 2013 08:14:11 +0000 (12:14 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 7 May 2013 08:14:11 +0000 (12:14 +0400)
tt-rss.css

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