src/widgets/AnnotationsController.css
author durandn
Tue, 01 Sep 2015 15:31:46 +0200
changeset 1046 eb77616c245f
parent 1039 4fddc765a716
permissions -rw-r--r--
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


.Ldt-AnnotationsController{
	background: url(img/pinstripe.png);
	width: 535px;
    max-height: 280px;
	margin: 0px;
	margin-top: 4px;
	border-style: solid;
    border-width: 1px;
    border-color: #b7b7b7;
}

.Ldt-AnnotationsController-ButtonsContainer{
	width: 100%;
	min-height: 30px;
	text-align: center;
}

.Ldt-AnnotationsController-Button{
	display: inline-block;
    background-color: #d93c71;
    color: #ffffff;
    cursor: pointer;
    height: 25px;
    width: 150px;
    font-size: 14px;
    border: 1px solid;
    border-color: #eca3bc #631e34 #36101c #e16e93;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 4px;
    text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

.Ldt-AnnotationsController-Button:hover{
	background-color: #e15581;
	border-color: #222222 #e87d9f #f0adc3 #68273c;
}