src/widgets/Annotation.css
changeset 983 97fef7a4b189
parent 982 cfcbac34d020
child 984 e034099276f6
equal deleted inserted replaced
982:cfcbac34d020 983:97fef7a4b189
     2     border-style: none solid solid;
     2     border-style: none solid solid;
     3     border-width: 1px;
     3     border-width: 1px;
     4     border-color: #b7b7b7;
     4     border-color: #b7b7b7;
     5     padding: 0 1px 1px;
     5     padding: 0 1px 1px;
     6     margin: 0;
     6     margin: 0;
       
     7 }
       
     8 
       
     9 .Ldt-Annotation-Highlight {
       
    10     background: #ffa0fc;
     7 }
    11 }
     8 
    12 
     9 .Ldt-Annotation-Widget.Ldt-Annotation-ShowTop {
    13 .Ldt-Annotation-Widget.Ldt-Annotation-ShowTop {
    10     border-top-style: solid;
    14     border-top-style: solid;
    11     padding-top: 1px;
    15     padding-top: 1px;
    13 
    17 
    14 .Ldt-Annotation-Inner {
    18 .Ldt-Annotation-Inner {
    15     background: url(img/pinstripe.png);
    19     background: url(img/pinstripe.png);
    16     padding: 5px;
    20     padding: 5px;
    17     margin: 0;
    21     margin: 0;
       
    22     max-height: 300px;
       
    23     overflow: auto;
    18 }
    24 }
    19 
    25 
    20 .Ldt-Annotation-Inner h3 {
    26 .Ldt-Annotation-Inner h3 {
    21     margin: 5px 0;
    27     margin: 5px 0;
    22     font-size: 14px;
    28     font-size: 14px;
    64     color: #ff3b77
    70     color: #ff3b77
    65 }
    71 }
    66 
    72 
    67 .Ldt-Annotation-Inner p {
    73 .Ldt-Annotation-Inner p {
    68     font-size: 12px;
    74     font-size: 12px;
       
    75     line-height: 16px;
    69 }
    76 }
    70 
    77 
    71 .Ldt-Annotation-Label {
    78 .Ldt-Annotation-Label {
    72     font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left;
    79     font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left;
    73 }
    80 }