added the sharing tools. popcorn-port
authorhamidouk
Fri, 02 Dec 2011 10:33:46 +0100
branchpopcorn-port
changeset 383 a866fe187dad
parent 382 d68de477761b
child 384 3f7e7e9ffd1e
added the sharing tools.
src/css/LdtPlayer.css
src/templates/annotationWidget.html
--- a/src/css/LdtPlayer.css	Thu Dec 01 17:24:58 2011 +0100
+++ b/src/css/LdtPlayer.css	Fri Dec 02 10:33:46 2011 +0100
@@ -88,9 +88,10 @@
       float:left;
       font-size:10px;
     }
-    #Ldt-SaShareTools{
-      text-align:right;
+
+    .Ldt-AnnotationShareIcons {
       float:right;
+      position: relative;
     }
 
 
--- a/src/templates/annotationWidget.html	Thu Dec 01 17:24:58 2011 +0100
+++ b/src/templates/annotationWidget.html	Fri Dec 02 10:33:46 2011 +0100
@@ -2,12 +2,17 @@
 <div class='Ldt-AnnotationsWidget'>
   <!-- ugly div because we want to have a double border -->
   <div class='Ldt-Annotation-DoubleBorder'>
+  
     <div class='Ldt-AnnotationContent'>  
+      <div class='Ldt-AnnotationShareIcons'>
+         <a href=''><img src='{{img_dir}}/facebook.png' alt='share on facebook'></img></a>
+         <a href=''><img src='{{img_dir}}/twitter.png' alt='share on twitter'></img></a>
+         <a href=''><img src='{{img_dir}}/google.png' alt='share on google+'></img></a>
+      </div>
+
 		  <div class='Ldt-SaTitle'></div>
 	  	<div class='Ldt-SaDescription'></div>
     </div>
-  </div>
-  <div class='Ldt-AnnotationShareIcons'>
-    <a href=''><img src='{{img_dir}}/facebook.png' alt='share on facebook'></img></a>
+
   </div>
 </div>