src/css/LdtPlayer.css
branchpopcorn-port
changeset 537 61fd3968ab06
parent 534 0e6477a03ca9
child 543 5856fab9596c
equal deleted inserted replaced
536:b7e545e35287 537:61fd3968ab06
   527   height: 60px;
   527   height: 60px;
   528   z-index: 4;
   528   z-index: 4;
   529   top: 0px;
   529   top: 0px;
   530   opacity: 0.3;
   530   opacity: 0.3;
   531 }
   531 }
       
   532 
       
   533 .Ldt-sliceWidget {
       
   534   position: relative;
       
   535   width: 100%;
       
   536   height: 25px;
       
   537   margin-top: 3px;
       
   538 }
       
   539 
       
   540 .Ldt-sliceBackground {
       
   541   width: 100%;
       
   542   background-color: #b6b8b8;
       
   543   height: 12px;
       
   544 }
       
   545 
       
   546 .Ldt-sliceZone {
       
   547   position: absolute;
       
   548   top: 0px;
       
   549   background:url('imgs/wire_pattern.png') repeat scroll transparent;
       
   550   height: 12px;
       
   551   z-index: 2;
       
   552 }
       
   553 
       
   554 .Ldt-sliceLeftHandle {
       
   555   position: absolute;
       
   556   top: 0px;
       
   557   height: 25px;
       
   558   width: 7px;
       
   559   background:url('imgs/left_handle.gif') no-repeat scroll transparent;
       
   560   z-index: 2;
       
   561 }
       
   562 
       
   563 .Ldt-sliceRightHandle {
       
   564   position: absolute;
       
   565   top: 0px;
       
   566   height: 25px;
       
   567   width: 7px;
       
   568   background:url('imgs/right_handle.gif') no-repeat scroll transparent;
       
   569   z-index: 2;
       
   570 }