temporary fix for demo player. popcorn-port
authorhamidouk
Mon, 19 Dec 2011 16:48:24 +0100
branchpopcorn-port
changeset 487 4c006b1dcc66
parent 486 b1191f621343
child 488 ab73470647cb
temporary fix for demo player.
src/js/widgets/tooltipWidget.js
--- a/src/js/widgets/tooltipWidget.js	Mon Dec 19 16:47:59 2011 +0100
+++ b/src/js/widgets/tooltipWidget.js	Mon Dec 19 16:48:24 2011 +0100
@@ -30,7 +30,7 @@
   this._displayedText = text;
 	this.selector.find(".tiptext").text(text);
   //this.selector.find(".tip").css("left", x).css("top", y);  
-  this.selector.find(".tip").css("left", x).css("top", "-180px");
+  this.selector.find(".tip").css("left", x).css("top", y - 160);
   this.selector.find(".tip").show();
   this._shown = true;
 };
@@ -38,4 +38,4 @@
 IriSP.TooltipWidget.prototype.hide = function() {                                                   
   this.selector.find(".tip").hide();
   this._shown = false;  
-};
+};
\ No newline at end of file