diff -r 7623f9af9272 -r 2409cb4cebaf src/widgets/AnnotationsList.css --- a/src/widgets/AnnotationsList.css Fri Oct 02 11:27:17 2015 +0200 +++ b/src/widgets/AnnotationsList.css Mon Dec 28 15:50:04 2015 +0100 @@ -6,7 +6,9 @@ } .Ldt-AnnotationsListWidget { - border: none; margin: 0; padding: 0; + border: none; + margin: 0; + padding: 0; overflow: auto; } .Ldt-AnnotationsListWidget a { @@ -60,13 +62,14 @@ } .Ldt-AnnotationsList-li.selected { background-image: url(img/pinstripe-grey.png); + z-index: 1; } .Ldt-AnnotationsList-ThumbContainer { float: left; width: 80px; height: 50px; text-align: center; - margin: 10px 2px; + margin: 0px 2px 10px 2px; box-shadow: #808080 0px 0px 2px; } .Ldt-AnnotationsList-Thumbnail { @@ -76,6 +79,16 @@ margin: 0 auto; } +.Ldt-AnnotationsList-External-Icon { + background-image: url(img/external.png); + z-index: 100; + height: 15px; + width: 15px; + position: relative; + bottom: 20px; + left: 64px; +} + .Ldt-AnnotationsList-DeleteButton { margin: 0px; float: right; @@ -101,25 +114,31 @@ color: #f7268e; text-align: left; font-size: 12px; - margin: 2px 2px 0 82px; + margin: 2px 2px 2px 89px; } -h3.Ldt-AnnotationsList-Title { +h3.Ldt-AnnotationsList-Title span.Ldt-AnnotationsList-TitleContent{ color: #0068c4; font-size: 13px; - margin: 2px 2px 0 82px; + margin-left: 5px; font-weight: bold; } +h3.Ldt-AnnotationsList-Title.Ldt-Annotation-Timecode{ + font-size: 13px; +} + .Ldt-AnnotationsList-Title a { color: #0068c4; } .Ldt-AnnotationsList-Creator { - color: #aaa; + color: #4d90f4; + margin-left: 5px; + font-size: 13px; } p.Ldt-AnnotationsList-Description { - margin: 2px 0 2px 82px; + margin: 2px 0 2px 89px; font-size: 12px; color: #333333; } @@ -204,12 +223,13 @@ background: url(img/published_annotation.png); } -.editing { +.Ldt-AnnotationsList .editing { display: none; } -.editableInput { +.Ldt-AnnotationsList .editableInput { width: 80%; +} .Ldt-AnnotationsList-ScreenMain{ margin: 0px;