Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
/* Base classes */
.Ldt-Loader {
min-height: 128px;
background:url(img/loader.gif) center no-repeat;
text-indent: -9999px;
position: absolute;
width: 100%;
}
.Ldt-Widget {
/* font-family: Arial, Helvetica, sans-serif; */
color: black;
font-size: 12px;
}
.Ldt-Highlight {
background: #ffa0fc;
}