src/css/LdtPlayer.css
branchpopcorn-port
changeset 543 5856fab9596c
parent 537 61fd3968ab06
child 544 c493cb634b45
equal deleted inserted replaced
542:b33516ab03e8 543:5856fab9596c
   566   height: 25px;
   566   height: 25px;
   567   width: 7px;
   567   width: 7px;
   568   background:url('imgs/right_handle.gif') no-repeat scroll transparent;
   568   background:url('imgs/right_handle.gif') no-repeat scroll transparent;
   569   z-index: 2;
   569   z-index: 2;
   570 }
   570 }
       
   571 
       
   572 .Ldt-createAnnotationWidget {
       
   573   font-size: 12px;
       
   574   font-family: "Arial",  "Verdana", "sans-serif";
       
   575   background-color:#eeeeee;
       
   576   background:url('imgs/wire_pattern.png') repeat scroll transparent ;
       
   577   border: 1px solid #b6b8b8;
       
   578 }
       
   579 
       
   580 .Ldt-createAnnotation-DoubleBorder {
       
   581   border: 1px solid white;
       
   582   overflow: auto;
       
   583   padding: 7px;
       
   584 }
       
   585 
       
   586 .Ldt-createAnnotation-Title {
       
   587   font-size: 12pt;
       
   588   color : #0068c4;  
       
   589   float: left;
       
   590   margin-right: 5px;
       
   591 }
       
   592 
       
   593 .Ldt-createAnnotation-TimeFrame {
       
   594   font-size: 12pt;
       
   595   color : #ff5589;  
       
   596   float: left;
       
   597 }
       
   598 
       
   599 .Ldt-createAnnotation-userAvatar {
       
   600   float: right;
       
   601 }
       
   602 
       
   603 .Ldt-createAnnotation-Description {
       
   604   width: 470px;
       
   605   height: 56px;
       
   606   float: left;
       
   607 }