got a minimized version of the segmentWidget which looks like the one in the popcorn-port
authorhamidouk
Thu, 24 Nov 2011 17:20:00 +0100
branchpopcorn-port
changeset 325 caa276ab3430
parent 324 abe961b7f295
child 326 5ee78523e086
got a minimized version of the segmentWidget which looks like the one in the spec. The maximized version is not implemented though.
src/css/LdtPlayer.css
src/templates/annotation.html
--- 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>