]> git.wh0rd.org - tt-rss.git/commitdiff
fix jumping when clicking tree nodes
authorVeit Lehmann <veit.lehmann@googlemail.com>
Sun, 12 May 2013 17:03:10 +0000 (20:03 +0300)
committerVeit Lehmann <veit.lehmann@googlemail.com>
Sun, 12 May 2013 17:03:10 +0000 (20:03 +0300)
I would also suggest to turn the font-size back to 12px and padding back to 1px 0 there. Maybe only push the font-size to 14px in articles, since that's what we look at most. Everything else should visually step back.

tt-rss.css

index a2e067a987d2e0bcea1648f0ac1185aba63947e3..3a867632a8d1584ec7773bf2ea60808975191ae6 100644 (file)
@@ -1041,7 +1041,7 @@ div.hl.active {
        margin-right : 25px;
 }
 
-#feedTree .dijitTreeRow, #feedTree .dijitFocused {
+#feedTree .dijitTreeRow {
        padding : 2px 0px 2px;
        border-width : 1px;
        border-color : transparent;