--- a/src/css/LdtPlayer.css Thu Jan 26 14:57:36 2012 +0100
+++ b/src/css/LdtPlayer.css Thu Jan 26 16:22:06 2012 +0100
@@ -695,9 +695,60 @@
height: 17px;
width: 17px;
right: 0px;
- top: -5px;
+}
+
+/* polemic tweet annotation buttons */
+.Ldt-createAnnotation-polemics {
+ padding-top: 2px;
+}
+
+.Ldt-createAnnotation-polemic-button {
+ margin: 0;
+ border: 0;
+ padding: 0;
+ margin-right: 2px;
+ width: 38px;
+ height: 26px;
+ text-indent: -999px;
+ background: url(imgs/polemic_buttons_sprite.png);
+}
+
+.Ldt-createAnnotation-polemic-positive:hover {
+ background-position: 0 -26px;
+}
+.Ldt-createAnnotation-polemic-positive.Ldt-createAnnotation-polemic-active {
+ background-position: 0 -52px;
}
+.Ldt-createAnnotation-polemic-negative {
+ background-position: -38px 0;
+}
+.Ldt-createAnnotation-polemic-negative:hover {
+ background-position: -38px -26px;
+}
+.Ldt-createAnnotation-polemic-negative.Ldt-createAnnotation-polemic-active {
+ background-position: -38px -52px;
+}
+
+.Ldt-createAnnotation-polemic-reference {
+ background-position: -76px 0;
+}
+.Ldt-createAnnotation-polemic-reference:hover {
+ background-position: -76px -26px;
+}
+.Ldt-createAnnotation-polemic-reference.Ldt-createAnnotation-polemic-active {
+ background-position: -76px -52px;
+}
+
+.Ldt-createAnnotation-polemic-question {
+ background-position: -114px 0;
+}
+.Ldt-createAnnotation-polemic-question:hover {
+ background-position: -114px -26px;
+}
+.Ldt-createAnnotation-polemic-question.Ldt-createAnnotation-polemic-active {
+ background-position: -114px -52px;
+}
/* AnnotationsListWidget */
.Ldt-AnnotationsListWidget {