]> git.wh0rd.org - tt-rss.git/commitdiff
attempt to fix annoying shifting of feedTree elements while hover changes
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 7 May 2013 05:44:34 +0000 (09:44 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 7 May 2013 05:44:34 +0000 (09:44 +0400)
tt-rss.css

index 5702c85f3162a113369683a029b5a0850f50d969..ecd38614597b2d1ed318fb9ff5469641c1c05da2 100644 (file)
@@ -787,10 +787,6 @@ div.fatalError textarea {
        border-width : 0px;
 }
 
-#feedTree {
-       overflow : visible;
-}
-
 #headlines-frame {
        padding : 0px;
        border-color : #88b0f0;
@@ -1028,3 +1024,14 @@ div.hl.active a.title {
 #selected_prompt {
        margin-right : 25px;
 }
+
+#feedTree .dijitTreeRow, #feedTree .dijitTreeNode, #feedTree .dijitFocused {
+       padding : 1px 0px 1px;
+       border-width : 1px;
+       border-color : transparent;
+}
+
+#feedTree { 
+       height : 100%;
+       overflow-x : hidden;
+}