src/css/LdtPlayer.css
branchpopcorn-port
changeset 585 44a4a4a179c1
parent 564 a560a162f444
child 588 78cf49152d4a
--- a/src/css/LdtPlayer.css	Thu Jan 05 13:14:59 2012 +0100
+++ b/src/css/LdtPlayer.css	Thu Jan 05 13:15:24 2012 +0100
@@ -688,4 +688,29 @@
 
 .Ldt-createAnnotation-errorMessage {
   color: #D93C71;
-}
\ No newline at end of file
+}
+
+/* AnnotationsListWidget */
+
+.Ldt-AnnotationsListWidget {
+  font-size: 12px;
+  font-family: "Arial",  "Verdana", "sans-serif";
+  background-color:#eeeeee;
+  border: 1px solid #b6b8b8;
+  overflow: auto;
+  max-height: 480px;
+}
+
+.Ldt-AnnotationsListWidget li {
+  list-style-type: none;
+  cursor: pointer;
+}
+.Ldt-AnnotationsList-Duration {
+  float: right;
+  color : #f7268e;
+}
+
+.Ldt-AnnotationsList-Title {
+  color: #0068c4;
+  font-size: 14px;
+}