Added support for defining a "time range" for a Playable to set the time boundaries of what can be played by the diffenrent players (Popcorn and HtmlPlayer for now). Added option in Segment widget to define a timerange on click.
/* Nothing */
.Ldt-ImageDisplay-Container {
margin: auto;
}
.Ldt-ImageDisplay-Image {
max-width: 100%;
max-height: 100%;
}
.Ldt-ImageDisplay-Overlay {
width: 20%;
min-width: 20px;
height: 100%;
opacity: 0.1;
position: absolute;
top: 0px;
bottom: 0px;
}
.Ldt-ImageDisplay-Overlay:hover {
}
.Ldt-ImageDisplay-Overlay-Left {
left: 0px;
cursor: url(img/hand_left.png), pointer;
}
.Ldt-ImageDisplay-Overlay-Right {
right: 0px;
cursor: url(img/hand_right.png), pointer;
}