Fix some CSS issues with very large trolls^Wtrees
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sat, 3 Nov 2007 17:25:04 +0000 (17:25 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:35:58 +0000 (00:35 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@305 9869982d-c50d-0410-be91-f2a2ec7c7c7b

css/style.css

index eb3a964..a6619aa 100644 (file)
@@ -71,8 +71,8 @@
     background-color: #fff;
 }
 
-.banana td.thread_tree, .banana div.thread_tree {
-  overflow: auto;
+.banana .thread_tree {
+  white-space: nowrap;
 }
 
 .banana .thread_tree input {
 }
 
 .banana .thread_tree .tree {
-    margin-left: 2em;
+    overflow-y: hidden;
+    overflow-x: auto;
+    margin: 0;
+    padding-left: 2em;
+    padding-bottom: 1em;
 }