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

9 lines
164 B
CSS
Raw Normal View History

2009-08-25 12:16:42 +00:00
#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #111;
background-color: #eee;
2010-03-01 08:03:25 +00:00
padding: 5px;
2009-08-25 12:16:42 +00:00
}
#tooltip h3, #tooltip div { margin: 0; }