web/wp-content/plugins/gigs-calendar/js/jquery.tooltip.css
branchwordpress
changeset 109 03b0d1493584
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/gigs-calendar/js/jquery.tooltip.css	Wed Dec 23 17:55:33 2009 +0000
@@ -0,0 +1,10 @@
+#tooltip {
+	position: absolute;
+	z-index: 3000;
+	border: 1px solid #111;
+	background-color: #eee;
+	padding: 5px;
+	opacity: 0.85;
+	max-width: 400px;
+}
+#tooltip h3, #tooltip div { margin: 0; }