src/css/LdtPlayer.css
branchpopcorn-port
changeset 544 c493cb634b45
parent 543 5856fab9596c
child 545 992f92f35650
equal deleted inserted replaced
543:5856fab9596c 544:c493cb634b45
   572 .Ldt-createAnnotationWidget {
   572 .Ldt-createAnnotationWidget {
   573   font-size: 12px;
   573   font-size: 12px;
   574   font-family: "Arial",  "Verdana", "sans-serif";
   574   font-family: "Arial",  "Verdana", "sans-serif";
   575   background-color:#eeeeee;
   575   background-color:#eeeeee;
   576   background:url('imgs/wire_pattern.png') repeat scroll transparent ;
   576   background:url('imgs/wire_pattern.png') repeat scroll transparent ;
   577   border: 1px solid #b6b8b8;
   577   border: 1px solid #b6b8b8;  
   578 }
   578 }
   579 
   579 
   580 .Ldt-createAnnotation-DoubleBorder {
   580 .Ldt-createAnnotation-DoubleBorder {
   581   border: 1px solid white;
   581   border: 1px solid white;
   582   overflow: auto;
   582   overflow: auto;
   594   font-size: 12pt;
   594   font-size: 12pt;
   595   color : #ff5589;  
   595   color : #ff5589;  
   596   float: left;
   596   float: left;
   597 }
   597 }
   598 
   598 
   599 .Ldt-createAnnotation-userAvatar {
   599 .Ldt-createAnnotation-Container {  
   600   float: right;
   600   display: table;
       
   601   border-collapse: collapse;
       
   602   width: 100%;
       
   603 }
       
   604 
       
   605 .Ldt-createAnnotation-userAvatar {  
       
   606   width: 48px;
       
   607   display: table-cell;
       
   608   vertical-align: top;
       
   609 }
       
   610 
       
   611 .Ldt-createAnnotation-userAvatar img {  
       
   612   display: block;
       
   613   border: 1px solid #babcbc;
       
   614 }
       
   615 .Ldt-createAnnotation-profileArrow {
       
   616   display: table-cell;
       
   617   vertical-align: top;
       
   618   height: 48px;
       
   619   width: 15px;
       
   620   padding-right: 5px;
       
   621   padding-left: 3px;
       
   622 }
       
   623 
       
   624 .Ldt-createAnnotation-profileArrow img {
       
   625   display: block;
       
   626   margin-left: 4px;
   601 }
   627 }
   602 
   628 
   603 .Ldt-createAnnotation-Description {
   629 .Ldt-createAnnotation-Description {
   604   width: 470px;
   630   display: table-cell;   
   605   height: 56px;
   631   width: 100%;
   606   float: left;
   632   height: 48px;  
   607 }
   633   vertical-align: top;
       
   634   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       
   635   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
       
   636   box-sizing: border-box;         /* Opera/IE 8+ */
       
   637 }