src/css/LdtPlayer.css
changeset 867 43f615b4dc48
parent 861 05f75ca6b5de
child 869 faae5df935de
--- a/src/css/LdtPlayer.css	Mon Apr 16 19:14:15 2012 +0200
+++ b/src/css/LdtPlayer.css	Tue Apr 17 15:58:35 2012 +0200
@@ -853,22 +853,28 @@
 	background-image('imgs/spinner.gif');
 }
 
+.Ldt-createAnnotation-endScreen-linkList {
+    margin: 12px auto;
+}
+
+.Ldt-createAnnotation-endScreen-link {
+    display: inline-block;
+    height: 20px;
+}
+
 .Ldt-createAnnotation-endScreen-TweetLink {
-	width: 54px;
-	height: 20px;
-	background-image('imgs/tweet_button.png');
+    width: 54px;
+    background: url('imgs/tweet_button.png');
 }
 
 .Ldt-createAnnotation-endScreen-FbLink {
-	width: 55px;
-	height: 20px;
-	background-image('imgs/facebook_button.png');
+    width: 55px;
+    background: url('imgs/facebook_button.png');
 }
 
 .Ldt-createAnnotation-endScreen-GplusLink {
-	width: 50px;
-	height: 20px;
-	background-image('imgs/gplus_button.png');
+    width: 50px;
+    background: url('imgs/gplus_button.png');
 }
 /* AnnotationsListWidget */