got a minimized version of the segmentWidget which looks like the one in the
spec. The maximized version is not implemented though.
--- a/src/css/LdtPlayer.css Thu Nov 24 16:20:41 2011 +0100
+++ b/src/css/LdtPlayer.css Thu Nov 24 17:20:00 2011 +0100
@@ -24,11 +24,10 @@
}
.Ldt-iri-chapter{
- padding-top:10px;
- padding-bottom:5px;
border-left:solid 1px #000;
border-right:solid 1px #000;
float: left;
+ height: 3px;
}
.tooltip {
--- a/src/templates/annotation.html Thu Nov 24 16:20:41 2011 +0100
+++ b/src/templates/annotation.html Thu Nov 24 17:20:00 2011 +0100
@@ -3,9 +3,6 @@
class='ui-slider-range ui-slider-range-min ui-widget-header Ldt-iri-chapter'
style='left: {{startPourcent}}%;
width: {{endPourcent}}%;
- padding-top:15px;
- border-left:solid 1px #aaaaaa;
- border-right:solid 1px #aaaaaa;
background:#{{hexa_color}};'
>
-</div>
\ No newline at end of file
+</div>