X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=a6619aabb56a588256a75b55d749386ac4fed39b;hb=a90b6fc9a76f346c4f8232c9358f3c1b48b26f32;hp=eb3a964055d851c0fc3e78ae9f276c84aac86fc1;hpb=abaec8203ac4c490e0dcf6839fe7f249de58fe4a;p=banana.git diff --git a/css/style.css b/css/style.css index eb3a964..a6619aa 100644 --- a/css/style.css +++ b/css/style.css @@ -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 { @@ -90,7 +90,11 @@ } .banana .thread_tree .tree { - margin-left: 2em; + overflow-y: hidden; + overflow-x: auto; + margin: 0; + padding-left: 2em; + padding-bottom: 1em; }