src/widgets/AnnotationsList.css
changeset 966 c1c762ad1697
parent 937 eb3c442cec50
child 983 97fef7a4b189
equal deleted inserted replaced
965:eadb7290c325 966:c1c762ad1697
     6     max-height: 480px;
     6     max-height: 480px;
     7 }
     7 }
     8 .Ldt-AnnotationsListWidget a {
     8 .Ldt-AnnotationsListWidget a {
     9     text-decoration: none;
     9     text-decoration: none;
    10 }
    10 }
       
    11 
       
    12 .Ldt-AnnotationsList-Audio {
       
    13     width: 1px; height: 1px;
       
    14 }
       
    15 
    11 ul.Ldt-AnnotationsList-ul {
    16 ul.Ldt-AnnotationsList-ul {
    12     list-style: none;
    17     list-style: none;
    13     padding: 2px;
    18     padding: 2px;
    14     margin: 0;
    19     margin: 0;
    15 }
    20 }
    83 }
    88 }
    84 
    89 
    85 .Ldt-AnnotationsList-Tag-Li:hover span {
    90 .Ldt-AnnotationsList-Tag-Li:hover span {
    86     background-position: right -23px;
    91     background-position: right -23px;
    87 }
    92 }
       
    93 
       
    94 .Ldt-AnnotationsList-Play {
       
    95     width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
       
    96     padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
       
    97     background: url(img/voiceannotation.png); color: #333333;
       
    98 }
       
    99 
       
   100 .Ldt-AnnotationsList-Play:hover {
       
   101     background-position: 0 bottom;
       
   102 }