src/css/LdtPlayer.css
branchpopcorn-port
changeset 546 be6b15bd7234
parent 545 992f92f35650
child 550 ae0f2ec05ed7
equal deleted inserted replaced
545:992f92f35650 546:be6b15bd7234
   641   background-color: #217bcb;
   641   background-color: #217bcb;
   642   color: #ffffff;
   642   color: #ffffff;
   643   padding: 3px;
   643   padding: 3px;
   644   padding-left: 4px;
   644   padding-left: 4px;
   645   padding-right: 4px;
   645   padding-right: 4px;
       
   646   cursor: pointer;
   646 }
   647 }
   647 
   648 
   648 .Ldt-createAnnotation-absent-keyword {
   649 .Ldt-createAnnotation-absent-keyword {
   649   border: 1px solid #ffffff;
   650   border: 1px solid #ffffff;
   650   background-color: #d93c71;
   651   background-color: #d93c71;
   651   color: #ffffff;
   652   color: #ffffff;
   652   padding: 3px;
   653   padding: 3px;
   653   padding-left: 4px;
   654   padding-left: 4px;
   654   padding-right: 4px;
   655   padding-right: 4px;
   655 }
   656   cursor: pointer;
       
   657 }
       
   658 
       
   659 .Ldt-createAnnotation-submitButton {
       
   660   float: right;
       
   661   background-color: #d93c71;
       
   662   color: #ffffff;
       
   663   cursor: pointer;
       
   664   background-image: url('imgs/submit_annotation.png');
       
   665   background-repeat: no-repeat;
       
   666   height: 48px;
       
   667   width: 48px;
       
   668 }