src/widgets/Tooltip.css
author veltr
Tue, 22 May 2012 16:49:48 +0200
branchnew-model
changeset 906 4b6e154ae8de
parent 882 61c384dda19e
child 922 096c06aea8b5
permissions -rw-r--r--
modifs traces

/* ToolTip Widget */

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