src/css/LdtPlayer.css
branchpopcorn-port
changeset 231 accc7358d8b5
parent 211 50f1363ce9b1
child 233 126de77ee73e
equal deleted inserted replaced
228:53d8d95a0079 231:accc7358d8b5
   181 		.shareJamesPot{
   181 		.shareJamesPot{
   182 			background-position:0 -1808px;
   182 			background-position:0 -1808px;
   183 		}
   183 		}
   184 		
   184 		
   185 		.tip{
   185 		.tip{
   186 			position : absolute;
   186 			position : fixed; /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
       
   187                            widget */
   187 			padding : 3px;
   188 			padding : 3px;
   188 			z-index: 10000000000;
   189 			z-index: 10000000000;
   189 			max-width: 200px;			
   190 			max-width: 200px;			
   190 			background: transparent url("http://www.polemictweet.com/images/white_arrow_long.png");
   191 			background: transparent url("http://www.polemictweet.com/images/white_arrow_long.png");
   191 			font-size: 12px;
   192 			font-size: 12px;
   194 			padding: 10px;
   195 			padding: 10px;
   195 			padding-left: 15px;
   196 			padding-left: 15px;
   196 			padding-top: 15px;
   197 			padding-top: 15px;
   197 			padding-right: 15px;
   198 			padding-right: 15px;
   198 			color: black;
   199 			color: black;
   199 			z-index: 10000000000;
       
   200 			font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
   200 			font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
   201 			overflow:hidden;
   201 			overflow:hidden;
   202 		}
   202 		}