web/res/metadataplayer/Annotation.css
changeset 719 d0d3a9369f84
parent 654 a5977736d2b0
child 778 525f00c2d6ac
--- 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 {