diff --git a/video_metadata/static/no_poster_w154.jpg b/video_metadata/static/no_poster_w154.jpg new file mode 100644 index 0000000..4ba1042 Binary files /dev/null and b/video_metadata/static/no_poster_w154.jpg differ diff --git a/video_metadata/static/style.css b/video_metadata/static/style.css index fe13c2b..c0b7fd2 100644 --- a/video_metadata/static/style.css +++ b/video_metadata/static/style.css @@ -43,13 +43,15 @@ input.danger { color: #cc2f2e; } .search_result { overflow: auto; - max-height: 100px; max-width: 300px; + max-height: 231px; max-width: 400px; border: 1px solid blue; margin-bottom: 1em; padding: 0.5em 1em; background: lightblue; } .search_result h3, .search_result ul { border: 0; padding: 0; margin: 0 } -.search_result ul { font-size: 0.75em } +.search_result ul { font-size: 0.75em; } +.search_result li { list-style: none; } +.search_result img { float: left; margin-right: 1em; } .play_link { float: right; } .test li { list-style: none; display: inline; padding-left: 0.5em; } diff --git a/video_metadata/templates/file_listing/file_listing.html b/video_metadata/templates/file_listing/file_listing.html index 6486867..932f615 100644 --- a/video_metadata/templates/file_listing/file_listing.html +++ b/video_metadata/templates/file_listing/file_listing.html @@ -22,6 +22,7 @@