Mercurial > hg > nodescore
diff www/m/js/nodescore-slides.js @ 43:7f0485e0d0ff
updates via ljubljana
author | tzara <rc-web@kiben.net> |
---|---|
date | Sat, 08 Sep 2012 08:25:19 +0000 |
parents | 49c94f63b8b0 |
children | ddb09f0a67fd |
line wrap: on
line diff
--- a/www/m/js/nodescore-slides.js Tue Sep 04 07:25:49 2012 +0000 +++ b/www/m/js/nodescore-slides.js Sat Sep 08 08:25:19 2012 +0000 @@ -119,7 +119,7 @@ var next=(((unit+1)%units)+units)%units //console.log("HOP TURN" + unit+ "next:" + next); $("#live").load("music.html #"+unit +" *"); - $("#preview").html("<h3 style='background:transparent; position: absolute; font-size:2em;top:14px; right:4px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>") + $("#preview").html("<h3 style='background:transparent; position: relative; font-size:1.5em;top:14px; left:10px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='315'>") } ////////////////////////////////////////////////