diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 23:52:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 23:52:06 +0200 |
| commit | 49fb1cf616b31792729a012eed9bf82e9fa91e8f (patch) | |
| tree | 627f150aa418202d7b443ef800dce16616b3739c /animism-align/frontend/views/align/align.css | |
| parent | 18472645a7879baf00332a7ee5be8c4338bb8d21 (diff) | |
displaying media annotations. delete annotations
Diffstat (limited to 'animism-align/frontend/views/align/align.css')
| -rw-r--r-- | animism-align/frontend/views/align/align.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; } |
