equal
deleted
inserted
replaced
495 |
495 |
496 /* the styling of a spacer div */ |
496 /* the styling of a spacer div */ |
497 .Ldt-spacer { |
497 .Ldt-spacer { |
498 background-color:#eeeeee; |
498 background-color:#eeeeee; |
499 } |
499 } |
|
500 |
|
501 /* sparkline widget */ |
|
502 .Ldt-sparklineWidget { |
|
503 position: relative; |
|
504 width: 640px; |
|
505 height: 60px; |
|
506 border: 1px solid pink; |
|
507 } |
|
508 |
|
509 .Ldt-sparkLinePositionMarker { |
|
510 position: absolute; |
|
511 top: 0px; |
|
512 width: 0px; |
|
513 height: 60px; |
|
514 background-color: #333333; |
|
515 border-right: solid 1px pink; |
|
516 z-index: 3; |
|
517 opacity: 0.2; |
|
518 } |
|
519 |
|
520 .Ldt-sparkLine { |
|
521 position: absolute; |
|
522 top: 0px; |
|
523 } |
|
524 |
|
525 .Ldt-sparkLineClickOverlay { |
|
526 position: absolute; |
|
527 width: 640px; |
|
528 height: 60px; |
|
529 z-index: 4; |
|
530 top: 0px; |
|
531 opacity: 0.3; |
|
532 } |