src/widgets/Tooltip.css
branchnew-model
changeset 922 096c06aea8b5
parent 882 61c384dda19e
child 986 f9d51dd4a3fe
child 1019 3ab36f402b0c
equal deleted inserted replaced
921:d4dc652bf050 922:096c06aea8b5
     1 /* ToolTip Widget */
     1 /* ToolTip Widget */
     2 
     2 
     3 .Ldt-Tooltip {
     3 .Ldt-Tooltip {
     4   position: absolute;
     4   position: absolute;
     5   padding : 3px;
       
     6   z-index: 10000000000;
     5   z-index: 10000000000;
     7   max-width: 200px;
       
     8   background: transparent url("img/white_arrow_long.png");
     6   background: transparent url("img/white_arrow_long.png");
     9   font-size: 12px;
     7   font-size: 12px;
    10   height: 115px;
       
    11   width: 180px;
       
    12   padding: 15px 15px 20px;
     8   padding: 15px 15px 20px;
       
     9   color: black;
       
    10   font-family: Arial, Helvetica, sans-serif;
    13   overflow:hidden;
    11   overflow:hidden;
       
    12 }
       
    13 
       
    14 .Ldt-Tooltip-Inner {
       
    15     height: 115px;
       
    16     width: 180px;
       
    17     overflow: hidden;
    14 }
    18 }
    15 
    19 
    16 .Ldt-Tooltip-Color {
    20 .Ldt-Tooltip-Color {
    17     float: left; margin: 2px 4px 2px 0; width: 10px; height: 10px;
    21     float: left; margin: 2px 4px 2px 0; width: 10px; height: 10px;
    18 }
    22 }