src/css/LdtPlayer.css
branchpopcorn-port
changeset 550 ae0f2ec05ed7
parent 546 be6b15bd7234
child 553 10d08f43c534
equal deleted inserted replaced
549:8abffd2de54a 550:ae0f2ec05ed7
   297 .shareJamesPot{
   297 .shareJamesPot{
   298   background-position:0 -1808px;
   298   background-position:0 -1808px;
   299 }
   299 }
   300 
   300 
   301 .tip{
   301 .tip{
   302 /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
   302   position: absolute;
   303                        widget */
       
   304   /*position : fixed;  */
       
   305   position:fixed;
       
   306   padding : 3px;
   303   padding : 3px;
   307   z-index: 10000000000;
   304   z-index: 10000000000;
   308   max-width: 200px;
   305   max-width: 200px;
   309   background: transparent url("imgs/white_arrow_long.png");
   306   background: transparent url("imgs/white_arrow_long.png");
   310   font-size: 12px;
   307   font-size: 12px;