summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-07 09:44:34 +0400
committerAndrew Dolgov <[email protected]>2013-05-07 09:44:34 +0400
commit2cf3500e1d16a2c3bcddfc275c600e32dbac7152 (patch)
tree375af38556f5235811cd922bd23b203b32775b3c /tt-rss.css
parent7d61f11c768869806a352ea94550220cc2c144c0 (diff)
attempt to fix annoying shifting of feedTree elements while hover changes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5702c85f3..ecd386145 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;
+}