--- a/web/rsln-opendata/polemicaltimeline.php Wed Mar 30 17:29:32 2011 +0200
+++ b/web/rsln-opendata/polemicaltimeline.php Wed Mar 30 18:41:20 2011 +0200
@@ -23,11 +23,10 @@
<link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
<style type="text/css">
.tweetButton{float:left;margin-right:5px;}
- .videoLivePlayer{border:1px solid #c3c3c3;width:650px;height:638px;}
- .videoLive{width:650px;height:640px;background:#fff;float:right;margin-top:20px;padding:5px;}
-
- .tweetExplain{background-image:url(images/tweetExplainBgd.gif);width:250px;height:640px;padding:10px;position:absolute; margin-top:70px;}
- .footer{margin-top:740px;width:960px;height:20px;position:absolute;text-align:center;}
+ .videoLivePlayer{border:1px solid #c3c3c3;width:650px;height:668px;}
+ .videoLive{width:650px;height:670px;background:#fff;float:right;margin-top:10px;padding:5px;}
+ .tweetExplain{background-image:url(images/tweetExplainBgd.gif);width:250px;height:660px;padding:10px;position:absolute; margin-top:70px;}
+ .footer{margin-top:760px;width:960px;height:20px;position:absolute;text-align:center;}
.tooltip{
z-index: 10000000000;
}
@@ -84,8 +83,8 @@
x:8,
y:418,
width:650,
- height:70,
- heightmax:70
+ height:110,
+ heightmax:130
}
// Make and define the Raphael area
//var paper = Raphael(document.getElementById(config.target),config.width, config.height);
@@ -464,7 +463,7 @@
var paper = Raphael(document.getElementById("chartTimeline"),config.width, config.height);
paper.rect(0,20,config.width,config.heightmax-20).attr({fill:"#fff","stroke-width":0.1,opacity: 0.1});
paper.rect(0,20,config.width,2).attr({fill:"#fff",stroke: "none",opacity: 1});
- PaperSlider = paper.rect(0,20,1,50).attr({fill:"#fff",stroke: "none",opacity: 1});
+ PaperSlider = paper.rect(0,20,1,100).attr({fill:"#fff",stroke: "none",opacity: 1});
// decalage
tweetSelection = paper.rect(-100,-100,5,5).attr({fill:"#fff",stroke: "none",opacity: 1});
</script>
@@ -487,7 +486,7 @@
load:'jsonp'},
gui:{
width:650,
- height:480,
+ height:520,
mode:'video',
container:'player_project_13b0aa52-336b-11e0-b233-00145ea49a02_embed',
debug:false,