changed the formatting of the annotation template. popcorn-port
authorhamidouk
Thu, 10 Nov 2011 14:28:08 +0100
branchpopcorn-port
changeset 225 53a712511a08
parent 224 f2bb098683ef
child 226 d1f0e604bd06
changed the formatting of the annotation template.
src/templates/annotation.html
--- a/src/templates/annotation.html	Thu Nov 10 14:27:51 2011 +0100
+++ b/src/templates/annotation.html	Thu Nov 10 14:28:08 2011 +0100
@@ -1,6 +1,11 @@
 {{! template for an annotation displayed in a segmentWidget }}
 <div title='{{divTitle}}' id='{{id}}'
 	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}};' 
+	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