--- 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 */