src/css/LdtPlayer.css
branchpopcorn-port
changeset 588 78cf49152d4a
parent 585 44a4a4a179c1
child 609 cb1d99b83f4f
--- a/src/css/LdtPlayer.css	Thu Jan 05 14:58:56 2012 +0100
+++ b/src/css/LdtPlayer.css	Thu Jan 05 15:57:35 2012 +0100
@@ -695,22 +695,43 @@
 .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 ul {
+  padding: 5px;
+}
+
 .Ldt-AnnotationsListWidget li {
   list-style-type: none;
   cursor: pointer;
+  display: table-row;
+  padding-top: 2px;
+  height: 64px;
 }
-.Ldt-AnnotationsList-Duration {
+
+.Ldt-AnnotationsListWidget li:hover {
+  background-color: #e9e9e9;
+}
+
+.Ldt-AnnotationsList-Caption {
+  float: left;
+  display: table-cell;
+  vertical-align: middle;  
+}
+
+.Ldt-AnnotationsList-Duration {  
+  color : #f7268e;  
   float: right;
-  color : #f7268e;
+  text-align: left;
+  width: 120px;
 }
 
 .Ldt-AnnotationsList-Title {
   color: #0068c4;
-  font-size: 14px;
+  font-size: 13px;
+  display: table-cell;
+  width: 80%;
 }