diff -r 158f0193ec54 -r 3ffa0e0c8803 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Wed Nov 02 12:33:20 2011 +0100 +++ b/src/css/LdtPlayer.css Wed Nov 02 14:35:14 2011 +0100 @@ -179,3 +179,23 @@ .shareJamesPot{ background-position:0 -1808px; } + + .tip{ + position : absolute; + padding : 3px; + z-index: 10000000000; + max-width: 200px; + display: none; + background: transparent url("images/white_arrow_long.png"); + font-size: 12px; + height: 125px; + width: 180px; + padding: 10px; + padding-left: 15px; + padding-top: 15px; + padding-right: 15px; + color: black; + z-index: 10000000000; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + overflow:hidden; + }