diff --git a/src/app/annotationViewer/_annotation_viewer.scss b/src/app/annotationViewer/_annotation_viewer.scss index 61acadda..0bd87a2e 100644 --- a/src/app/annotationViewer/_annotation_viewer.scss +++ b/src/app/annotationViewer/_annotation_viewer.scss @@ -11,9 +11,19 @@ $marqueeBorderColorInactive: #00FF00; baw-annotation-viewer { + + width: 100%; text-align: center; + + + & .annotation-viewer-ctrl { + background: url(/assets/img/load.gif) center center no-repeat; + + } + + & #scroller { display: inline-block; } @@ -59,13 +69,14 @@ baw-annotation-viewer { & #scroller{ + overflow-x: scroll; overflow-y: hidden; line-height: 0; } & .annotation-viewer { - + height: 255px; display: inline-block; position: relative; line-height: 0; diff --git a/src/app/annotationViewer/annotationViewer.tpl.html b/src/app/annotationViewer/annotationViewer.tpl.html index 1b13d55f..2ba6b9b6 100644 --- a/src/app/annotationViewer/annotationViewer.tpl.html +++ b/src/app/annotationViewer/annotationViewer.tpl.html @@ -1,5 +1,6 @@ -
+
+
diff --git a/src/app/listen/listen.tpl.html b/src/app/listen/listen.tpl.html index a22e0e0f..d8e3624b 100644 --- a/src/app/listen/listen.tpl.html +++ b/src/app/listen/listen.tpl.html @@ -7,6 +7,7 @@

Site: {{model.audioRecording.siteId}}, {{absoluteDateChunkStart() | moment:"format":"dddd, MMMM Do YYYY, HH:mm:ss ZZ"}}

+
@@ -18,7 +19,7 @@

Site: {{model.audioRecording.siteId}}, - +

@@ -35,7 +36,7 @@

Site: {{model.audioRecording.siteId}}, - +

diff --git a/src/assets/img/load.gif b/src/assets/img/load.gif new file mode 100644 index 00000000..87e08733 Binary files /dev/null and b/src/assets/img/load.gif differ