src/css/LdtPlayer.css
branchpopcorn-port
changeset 545 992f92f35650
parent 544 c493cb634b45
child 546 be6b15bd7234
equal deleted inserted replaced
544:c493cb634b45 545:992f92f35650
   633   vertical-align: top;
   633   vertical-align: top;
   634   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   634   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   635   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   635   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   636   box-sizing: border-box;         /* Opera/IE 8+ */
   636   box-sizing: border-box;         /* Opera/IE 8+ */
   637 }
   637 }
       
   638 
       
   639 .Ldt-createAnnotation-present-keyword {
       
   640   border: 1px solid #ffffff;
       
   641   background-color: #217bcb;
       
   642   color: #ffffff;
       
   643   padding: 3px;
       
   644   padding-left: 4px;
       
   645   padding-right: 4px;
       
   646 }
       
   647 
       
   648 .Ldt-createAnnotation-absent-keyword {
       
   649   border: 1px solid #ffffff;
       
   650   background-color: #d93c71;
       
   651   color: #ffffff;
       
   652   padding: 3px;
       
   653   padding-left: 4px;
       
   654   padding-right: 4px;
       
   655 }