diff css/dnd-library.css @ 22:40b5dd396feb

Added tiny style sheet.
author David Eads <eads@chicagotech.org>
date Tue, 10 Mar 2009 13:47:44 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/dnd-library.css	Tue Mar 10 13:47:44 2009 -0500
@@ -0,0 +1,7 @@
+.tooltip .tooltip {
+  position: absolute; 
+  top: 0; 
+  left: 0; 
+  z-index: 3; 
+  display: none;
+}