src/templates/annotation.html
branchpopcorn-port
changeset 225 53a712511a08
parent 221 2a83d308dba6
child 325 caa276ab3430
--- 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