src/widgets/Tooltip.css
changeset 944 8a6c9e3d0158
parent 922 096c06aea8b5
child 986 f9d51dd4a3fe
child 1019 3ab36f402b0c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/widgets/Tooltip.css	Thu Aug 30 13:16:33 2012 +0200
@@ -0,0 +1,31 @@
+/* ToolTip Widget */
+
+.Ldt-Tooltip {
+  position: absolute;
+  z-index: 10000000000;
+  background: transparent url("img/white_arrow_long.png");
+  font-size: 12px;
+  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;
+}
+
+.Ldt-Tooltip img {
+    max-width: 140px; max-height: 70px; margin: 0 20px;
+}
+
+.Ldt-Tooltip p {
+    margin: 2px 0;
+  font-size: 12px;
+}