src/css/LdtPlayer.css
branchpopcorn-port
changeset 524 a06527b99f22
parent 523 8dfeaec4724b
child 526 03edc46544ee
equal deleted inserted replaced
523:8dfeaec4724b 524:a06527b99f22
   499     }
   499     }
   500     
   500     
   501     /* sparkline widget */
   501     /* sparkline widget */
   502     .Ldt-sparklineWidget {
   502     .Ldt-sparklineWidget {
   503       position: relative;
   503       position: relative;
   504       width: 640px;
       
   505       height: 60px;
       
   506       border: 1px solid pink;
       
   507     }
   504     }
   508     
   505     
   509     .Ldt-sparkLinePositionMarker {
   506     .Ldt-sparkLinePositionMarker {
   510       position: absolute;
   507       position: absolute;
   511       top: 0px;
   508       top: 0px;
   512       width: 0px;
   509       width: 0px;
   513       height: 60px;
       
   514       background-color: #333333;
   510       background-color: #333333;
   515       border-right: solid 1px pink;
   511       border-right: solid 1px pink;
   516       z-index: 3;
   512       z-index: 3;
   517       opacity: 0.2;
   513       opacity: 0.2;
   518     }
   514     }