--- a/web/res/metadataplayer/Annotation.css Thu Nov 15 13:12:29 2012 +0100
+++ b/web/res/metadataplayer/Annotation.css Wed Nov 28 13:19:48 2012 +0100
@@ -6,6 +6,10 @@
margin: 0;
}
+.Ldt-Annotation-Highlight {
+ background: #ffa0fc;
+}
+
.Ldt-Annotation-Widget.Ldt-Annotation-ShowTop {
border-top-style: solid;
padding-top: 1px;
@@ -23,6 +27,11 @@
font-weight: bold;
}
+.Ldt-Annotation-Description {
+ max-height: 150px;
+ overflow: auto;
+}
+
.Ldt-Annotation-Cleared {
clear: both;
}
@@ -56,12 +65,17 @@
color: #0068c4;
}
+.Ldt-Annotation-Type {
+ color: #8080A0;
+}
+
.Ldt-Annotation-Time {
color: #ff3b77
}
.Ldt-Annotation-Inner p {
font-size: 12px;
+ line-height: 16px;
}
.Ldt-Annotation-Label {