web/wp-content/plugins/gigs-calendar/js/jquery.tooltip.css
branchwordpress
changeset 112 fb7cd02b9848
parent 111 6b96085291d7
child 123 561aa6d282f6
equal deleted inserted replaced
111:6b96085291d7 112:fb7cd02b9848
     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; }