src/widgets/Tooltip.css
branchnew-model
changeset 882 61c384dda19e
parent 875 43629caa77bc
child 922 096c06aea8b5
equal deleted inserted replaced
881:f11b234497f7 882:61c384dda19e
     8   background: transparent url("img/white_arrow_long.png");
     8   background: transparent url("img/white_arrow_long.png");
     9   font-size: 12px;
     9   font-size: 12px;
    10   height: 115px;
    10   height: 115px;
    11   width: 180px;
    11   width: 180px;
    12   padding: 15px 15px 20px;
    12   padding: 15px 15px 20px;
    13   color: black;
       
    14   font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
       
    15   overflow:hidden;
    13   overflow:hidden;
    16 }
    14 }
    17 
    15 
    18 .Ldt-Tooltip-Color {
    16 .Ldt-Tooltip-Color {
    19     float: left; margin: 2px 4px 2px 0; width: 10px; height: 10px;
    17     float: left; margin: 2px 4px 2px 0; width: 10px; height: 10px;
    21 
    19 
    22 .Ldt-Tooltip img {
    20 .Ldt-Tooltip img {
    23     max-width: 140px; max-height: 70px; margin: 0 20px;
    21     max-width: 140px; max-height: 70px; margin: 0 20px;
    24 }
    22 }
    25 
    23 
       
    24 .Ldt-Tooltip p {
       
    25     margin: 2px 0;
       
    26   font-size: 12px;
       
    27 }