web/wp-content/plugins/gigs-calendar/js/jquery.tooltip.css
branchwordpress
changeset 109 03b0d1493584
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 #tooltip {
       
     2 	position: absolute;
       
     3 	z-index: 3000;
       
     4 	border: 1px solid #111;
       
     5 	background-color: #eee;
       
     6 	padding: 5px;
       
     7 	opacity: 0.85;
       
     8 	max-width: 400px;
       
     9 }
       
    10 #tooltip h3, #tooltip div { margin: 0; }