src/widgets/CurrentSegmentInfobox.css
author durandn
Tue, 01 Sep 2015 15:10:17 +0200
changeset 1044 d8339b45edc4
parent 1040 be314c4ea4ac
child 1046 eb77616c245f
permissions -rw-r--r--
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.

.Ldt-CurrentSegmentInfobox{
	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-CurrentSegmentInfobox-Element{
	margin: 5px;
	vertical-align: top;
}

.Ldt-CurrentSegmentInfobox-Tags-Ul{
	list-style: none;
	margin: 2px;
}

.Ldt-CurrentSegmentInfobox-Tags-Li{
	display: inline-block;
	background-color: #ffffff;
	margin: 2px;
	padding: 2px;
	border: solid 1px;
	border-color: #aeaeae;
}

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

.Ldt-CurrentSegmentInfobox-Description{
	font-size: 13px;
	font-weight: bold;
}

.Ldt-CurrentSegmentInfobox-Tags{
}

.Ldt-CurrentSegmentInfobox-NoSegment{
	font-size: 15px;
	font-weight: bold;
}