src/css/LdtPlayer.css
branchpopcorn-port
changeset 806 4ae02249c3ac
parent 803 4955d857e304
child 808 f7de8a24fc74
--- a/src/css/LdtPlayer.css	Mon Feb 13 15:29:11 2012 +0100
+++ b/src/css/LdtPlayer.css	Mon Feb 13 15:32:51 2012 +0100
@@ -801,6 +801,24 @@
 .Ldt-createAnnotation-polemic-question.Ldt-createAnnotation-polemic-active {
     background-position: -114px -52px;
 }
+
+.Ldt-createAnnotation-endScreen-TweetLink {
+	width: 54px;
+	height: 20px;
+	background-image('imgs/tweet_button.png');
+}
+
+.Ldt-createAnnotation-endScreen-FbLink {
+	width: 55px;
+	height: 20px;
+	background-image('imgs/facebook_button.png');
+}
+
+.Ldt-createAnnotation-endScreen-GplusLink {
+	width: 50px;
+	height: 20px;
+	background-image('imgs/gplus_button.png');
+}
 /* AnnotationsListWidget */
 
 .Ldt-AnnotationsListWidget {
@@ -834,7 +852,10 @@
 .Ldt-AnnotationsList-Caption {
   float: left;
   display: table-cell;
-  vertical-align: middle;  
+  vertical-align: middle;
+  height: 64px;
+  width: 64px;
+  background-image: url('imgs/video_sequence.png');
 }
 
 .Ldt-AnnotationsList-Duration {