From: Andrew Dolgov Date: Tue, 7 May 2013 05:44:34 +0000 (+0400) Subject: attempt to fix annoying shifting of feedTree elements while hover changes X-Git-Tag: 1.7.9~25^2~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2cf3500e1d16a2c3bcddfc275c600e32dbac7152;p=tt-rss.git attempt to fix annoying shifting of feedTree elements while hover changes --- diff --git a/tt-rss.css b/tt-rss.css index 5702c85f..ecd38614 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; +}