src/widgets/LatestAnnotation.css
author durandn
Fri, 03 Jul 2015 17:01:35 +0200
changeset 1041 423a8c6f9c4d
child 1046 eb77616c245f
permissions -rw-r--r--
New widget LastAnnotation that currently displays last annotation posted (can be configured to work for currently viewed segment)

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

.Ldt-LatestAnnotation-Element{
	margin: 5px;
	display: inline-block;
	vertical-align: top;
}

.Ldt-LatestAnnotation-Box{
	background-color: #ffffff;
	margin: 3px;
}

.Ldt-LatestAnnotation-CreationDate{
	color: #f7268e;
}

.Ldt-LatestAnnotation-Content{
}

.Ldt-LatestAnnotation-Title{
	color: #0068c4;
    font-size: 14px;
    font-weight: bold;
}

.Ldt-LatestAnnotation-NoAnnotation{
	font-size: 14px;
    font-weight: bold;
}