src/widgets/Tooltip.css
branchnew-model
changeset 922 096c06aea8b5
parent 882 61c384dda19e
child 986 f9d51dd4a3fe
child 1019 3ab36f402b0c
--- a/src/widgets/Tooltip.css	Wed Jun 27 19:03:18 2012 +0200
+++ b/src/widgets/Tooltip.css	Wed Jun 27 19:03:37 2012 +0200
@@ -2,17 +2,21 @@
 
 .Ldt-Tooltip {
   position: absolute;
-  padding : 3px;
   z-index: 10000000000;
-  max-width: 200px;
   background: transparent url("img/white_arrow_long.png");
   font-size: 12px;
-  height: 115px;
-  width: 180px;
   padding: 15px 15px 20px;
+  color: black;
+  font-family: Arial, Helvetica, sans-serif;
   overflow:hidden;
 }
 
+.Ldt-Tooltip-Inner {
+    height: 115px;
+    width: 180px;
+    overflow: hidden;
+}
+
 .Ldt-Tooltip-Color {
     float: left; margin: 2px 4px 2px 0; width: 10px; height: 10px;
 }