From: Vincent Vanwaelscappel Date: Wed, 4 Sep 2013 09:28:04 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7d8926376d625288f25c0a989fcd37d030c203db;p=fluidbook-html5.git --- diff --git a/js/libs/fluidbook/fluidbook.tooltip.js b/js/libs/fluidbook/fluidbook.tooltip.js index e370dfe5..22895c05 100644 --- a/js/libs/fluidbook/fluidbook.tooltip.js +++ b/js/libs/fluidbook/fluidbook.tooltip.js @@ -1,5 +1,6 @@ function FluidbookTooltip(fluidbook) { this.fluidbook = fluidbook; + return; this.init(); } diff --git a/style/fluidbook.css b/style/fluidbook.css index 57736a15..780487cd 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -1291,12 +1291,11 @@ a.button{ top:0px; left:0px; padding:5px 10px; - color:#fff; border-radius: 5px; - background:rgba(0,0,0,0.8); display:none; font-size:0.8rem; - max-width: 200px; + max-width: 180px; + z-index: 100; } @media all and (orientation: portrait) {