--- 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;
}