diff -r ff11367d4955 -r e9400c80e1e4 web/res/metadataplayer/AnnotationsList.css --- a/web/res/metadataplayer/AnnotationsList.css Mon Oct 15 14:34:47 2012 +0200 +++ b/web/res/metadataplayer/AnnotationsList.css Tue Oct 02 14:40:14 2012 +0200 @@ -5,6 +5,11 @@ .Ldt-AnnotationsListWidget a { text-decoration: none; } + +.Ldt-AnnotationsList-Audio { + width: 1px; height: 1px; +} + ul.Ldt-AnnotationsList-ul { list-style: none; padding: 2px; @@ -17,8 +22,8 @@ padding: 2px 0; min-height: 60px; } -.Ldt-AnnotationsList-li:hover { - background: url(img/pinstripe-grey.png) !important; +.Ldt-AnnotationsList-li.selected { + background-image: url(img/pinstripe-grey.png); } .Ldt-AnnotationsList-highlight { background: #F7268E; @@ -46,7 +51,7 @@ } h3.Ldt-AnnotationsList-Title { color: #0068c4; - font-size: 14px; + font-size: 13px; margin: 2px 2px 0 82px; font-weight: bold; } @@ -81,4 +86,14 @@ .Ldt-AnnotationsList-Tag-Li:hover span { background-position: right -23px; +} + +.Ldt-AnnotationsList-Play { + width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center; + padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer; + background: url(img/voiceannotation.png); color: #333333; +} + +.Ldt-AnnotationsList-Play:hover { + background-position: 0 bottom; } \ No newline at end of file