src/css/LdtPlayer.css
branchpopcorn-port
changeset 585 44a4a4a179c1
parent 564 a560a162f444
child 588 78cf49152d4a
equal deleted inserted replaced
584:f90c88ab9a26 585:44a4a4a179c1
   687 }
   687 }
   688 
   688 
   689 .Ldt-createAnnotation-errorMessage {
   689 .Ldt-createAnnotation-errorMessage {
   690   color: #D93C71;
   690   color: #D93C71;
   691 }
   691 }
       
   692 
       
   693 /* AnnotationsListWidget */
       
   694 
       
   695 .Ldt-AnnotationsListWidget {
       
   696   font-size: 12px;
       
   697   font-family: "Arial",  "Verdana", "sans-serif";
       
   698   background-color:#eeeeee;
       
   699   border: 1px solid #b6b8b8;
       
   700   overflow: auto;
       
   701   max-height: 480px;
       
   702 }
       
   703 
       
   704 .Ldt-AnnotationsListWidget li {
       
   705   list-style-type: none;
       
   706   cursor: pointer;
       
   707 }
       
   708 .Ldt-AnnotationsList-Duration {
       
   709   float: right;
       
   710   color : #f7268e;
       
   711 }
       
   712 
       
   713 .Ldt-AnnotationsList-Title {
       
   714   color: #0068c4;
       
   715   font-size: 14px;
       
   716 }