src/widgets/Annotation.css
changeset 984 e034099276f6
parent 983 97fef7a4b189
child 988 eefd336335f9
equal deleted inserted replaced
983:97fef7a4b189 984:e034099276f6
    17 
    17 
    18 .Ldt-Annotation-Inner {
    18 .Ldt-Annotation-Inner {
    19     background: url(img/pinstripe.png);
    19     background: url(img/pinstripe.png);
    20     padding: 5px;
    20     padding: 5px;
    21     margin: 0;
    21     margin: 0;
    22     max-height: 300px;
       
    23     overflow: auto;
       
    24 }
    22 }
    25 
    23 
    26 .Ldt-Annotation-Inner h3 {
    24 .Ldt-Annotation-Inner h3 {
    27     margin: 5px 0;
    25     margin: 5px 0;
    28     font-size: 14px;
    26     font-size: 14px;
    29     font-weight: bold;
    27     font-weight: bold;
       
    28 }
       
    29 
       
    30 .Ldt-Annotation-Description {
       
    31     max-height: 150px;
       
    32     overflow: auto;
    30 }
    33 }
    31 
    34 
    32 .Ldt-Annotation-Cleared {
    35 .Ldt-Annotation-Cleared {
    33     clear: both;
    36     clear: both;
    34 }
    37 }