src/widgets/Annotation.css
changeset 983 97fef7a4b189
parent 982 cfcbac34d020
child 984 e034099276f6
--- a/src/widgets/Annotation.css	Fri Nov 16 17:36:56 2012 +0100
+++ b/src/widgets/Annotation.css	Wed Nov 21 16:33:51 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;
@@ -15,6 +19,8 @@
     background: url(img/pinstripe.png);
     padding: 5px;
     margin: 0;
+    max-height: 300px;
+    overflow: auto;
 }
 
 .Ldt-Annotation-Inner h3 {
@@ -66,6 +72,7 @@
 
 .Ldt-Annotation-Inner p {
     font-size: 12px;
+    line-height: 16px;
 }
 
 .Ldt-Annotation-Label {