X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=a6619aabb56a588256a75b55d749386ac4fed39b;hb=0f7c311143b4301abc63b0cd0e8ff3d0d7efcd7e;hp=98f6b67759eed071878168a17b17e60e2a312005;hpb=1a85c7a672b790232ee7f0b27b8a6a05945d6570;p=banana.git diff --git a/css/style.css b/css/style.css index 98f6b67..a6619aa 100644 --- a/css/style.css +++ b/css/style.css @@ -29,7 +29,6 @@ .banana table.thread .date { width: 15%; text-align: center; } .banana table.thread .subj { text-align: left; overflow: hidden; } -.banana table.thread .tree { float: left; height: 20px; margin: 0; padding: 0; } .banana table.thread .from { text-align: left; } .banana table.thread .cur { font-style: italic; } @@ -47,7 +46,7 @@ padding-left: 1ex; border-left: solid 1px; border-color: blue; - background: inherit; + background: inherit; } .banana table.message blockquote blockquote { color: green; @@ -72,8 +71,8 @@ background-color: #fff; } -.banana pre.thread_tree { - overflow: scroll; +.banana .thread_tree { + white-space: nowrap; } .banana .thread_tree input { @@ -90,6 +89,14 @@ height: 18px; } +.banana .thread_tree .tree { + overflow-y: hidden; + overflow-x: auto; + margin: 0; + padding-left: 2em; + padding-bottom: 1em; +} + /** MISC **/