summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}