From 49fb1cf616b31792729a012eed9bf82e9fa91e8f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 8 Jul 2020 23:52:06 +0200 Subject: displaying media annotations. delete annotations --- animism-align/frontend/views/align/align.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/views/align/align.css') diff --git a/animism-align/frontend/views/align/align.css b/animism-align/frontend/views/align/align.css index 38a2bc7..077799a 100644 --- a/animism-align/frontend/views/align/align.css +++ b/animism-align/frontend/views/align/align.css @@ -99,6 +99,7 @@ canvas { .script { align-self: flex-end; height: 100%; + z-index: 1; } /* Annotations */ @@ -144,7 +145,7 @@ canvas { /* Annotation index */ .annotationIndex { - width: 405px; + width: 800px; } .annotationIndex .annotation { position: absolute; @@ -165,7 +166,9 @@ canvas { z-index: 1; background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.4)); } - +.annotationIndex .annotation.media { + left: calc(405px + 0.5rem); +} .annotation.sentence.even { background-color: #83b; } -- cgit v1.2.3-70-g09d2