# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1321869725 -3600 # Node ID b638caf3b65f07f6c83599428116dd9820668231 # Parent 083320a74eb2a3421e7dbf268a800f0f65f26b55# Parent b3f66379fed7719da9062f11fde293c314b32416 Merge with 02b196db08bc1a1c5b1ae94bc35ae4d84f6f1365 diff -r 083320a74eb2 -r b638caf3b65f tweetcast/nodejs-bis/client/css/style.css --- a/tweetcast/nodejs-bis/client/css/style.css Mon Nov 21 11:00:34 2011 +0100 +++ b/tweetcast/nodejs-bis/client/css/style.css Mon Nov 21 11:02:05 2011 +0100 @@ -25,15 +25,19 @@ font-family: Helvetica, Arial, sans-serif; } -/* Liste de Tweets */ - #container { margin: 20px; } +/* Barre */ +.barre { + float: left; width: 100%; +} + +/* Liste de Tweets */ #tweetlist { - float: left; width: 280px; height: 450px; list-style: none; border: 1px solid #999; color: #585858; + float: left; width: 280px; height: 450px; list-style: none; border: 1px solid #999; color: #585858; cursor: pointer; cursor: hand; } li.tweet, li.placeholder { @@ -41,7 +45,7 @@ } li.tweet { - position: relative; background: #fff; cursor: pointer; + position: relative; background: #fff; } li.full { @@ -89,7 +93,7 @@ } .full p.created_at { - font-size: 12px; text-align: center; font-style: italic; color: #787878; + font-size: 12px; text-align: center; font-style: italic; color: #999999; width: 58px; overflow: hidden; } .half p.created_at, .icons p { @@ -101,7 +105,7 @@ } .icons .annotations { - position: absolute; width: 20px; height: 4px; left: 0; top: 18px; z-index: 3; + position: absolute; width: 20px; height: 6px; left: 0; top: 16px; z-index: 3; } div.annotation { @@ -115,7 +119,17 @@ /* timeline */ #timeline { - float: left; height: 450px; width: 98px; border-width: 1px; border-style: solid solid solid none; border-color: #999; + float: left; height: 450px; width: 150px; border-width: 1px; border-style: solid solid solid none; border-color: #999; cursor: pointer; cursor: hand; +} + + + +#scrollcont { + float: left; width: 20px; height: 452px; overflow: auto; +} + +#scrollin { + width: 1px; height: 10000px; } /* hovertweet */ @@ -131,3 +145,9 @@ #hoverarrow { position: absolute; width: 10px; height: 18px; left: -9px; top: 13px; background: url(../img/arrow.png); } + +/* Tag Cloud */ + +#motscles { + float: left; width: 400px; height: 100px; text-align: center; border: 1px solid #999; margin: 0 20px; +} diff -r 083320a74eb2 -r b638caf3b65f tweetcast/nodejs-bis/client/index.html --- a/tweetcast/nodejs-bis/client/index.html Mon Nov 21 11:00:34 2011 +0100 +++ b/tweetcast/nodejs-bis/client/index.html Mon Nov 21 11:02:05 2011 +0100 @@ -4,8 +4,12 @@