diff -r d777d05a16e4 -r 38b65761a7d5 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Thu Apr 19 19:20:41 2012 +0200 +++ b/src/css/LdtPlayer.css Fri Apr 20 19:13:11 2012 +0200 @@ -395,6 +395,8 @@ background-position:0 -1808px; } +/* Tooltip Widget */ + .tip{ position: absolute; padding : 3px; @@ -411,7 +413,7 @@ } .tipcolor { - float: left; margin: 2px 4px 2px 0; + float: left; margin: 2px 4px 2px 0; width: 10px; height: 10px; } .tip img { @@ -907,7 +909,7 @@ .Ldt-AnnotationsList-Thumb-Placeholder { float: left; height: 64px; - width: 64px; + width: 30px; background-image: url('imgs/video_sequence.png'); } @@ -915,7 +917,7 @@ border: none; float: left; max-width: 64px; - max-height: 64px; + max-height: 30px; } .Ldt-AnnotationsList-Duration { @@ -924,13 +926,12 @@ } .Ldt-AnnotationsList-Title { - color: #0068c4; - font-size: 13px; - margin: 0 0 2px 64px; + color: #0068c4; + font-size: 13px; + margin: 0 0 2px 64px; } .Ldt-AnnotationsList-Description { - clear: both; margin: 2px 0; }