clipbucket/upload/js/jquery_plugs/css/jquery.tooltip.css

9 lines
164 B
CSS
Raw Normal View History

2013-10-07 12:17:06 +00:00
#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #111;
background-color: #eee;
padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }