diff --git a/video_metadata/static/style.css b/video_metadata/static/style.css index f5cf454..3e141f4 100644 --- a/video_metadata/static/style.css +++ b/video_metadata/static/style.css @@ -18,7 +18,9 @@ nav ul li a, nav ul li span, header .action { display: block; padding: 0.5rem; } input { color: #333; background-color: #eee; } input.danger { color: #cc2f2e; } .debug { background: lightgrey; padding: 1em; overflow: auto; border: 1px solid darkgrey } -.search_result { max-width: 400px; margin-bottom: 1em; padding: 1em; background: lightblue; border: 1px solid blue } +.search_result { overflow: auto; max-height: 100px; max-width: 300px; margin-bottom: 1em; padding: 0.5em 1em; background: lightblue; border: 1px solid blue } +.search_result h3, ul { border: 0; padding: 0; margin: 0 } +.search_result ul { font-size: 0.75em } .arrow_submit { width: 3em; font-weight: bold; } .content li { list-style: ' - '; } .folder { background: lightblue; } diff --git a/video_metadata/templates/index.html b/video_metadata/templates/index.html index 4ea7118..9f16948 100644 --- a/video_metadata/templates/index.html +++ b/video_metadata/templates/index.html @@ -2,8 +2,8 @@ {% block header %}