diff Applications/StoneWebViewer/Resources/Styles/wv-timeline.scss @ 1538:d1806b4e4839

moving OrthancStone/Samples/ as Applications/Samples/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 13:24:38 +0200
parents StoneWebViewer/Resources/Styles/wv-timeline.scss@fb74ed5d8c22
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Applications/StoneWebViewer/Resources/Styles/wv-timeline.scss	Tue Aug 11 13:24:38 2020 +0200
@@ -0,0 +1,34 @@
+.wv-timeline {
+    position: relative;
+    height: 2em; // save 2px to display the "upper part of the currently selected image on the timeline"
+    &.reduced{
+        height: 5px;
+        .wv-timeline-loading-bar-wrapper{
+            width: 100%;
+            height: 100%;
+        }
+    }
+}
+
+.wv-timeline-controls-wrapper {
+    position: absolute;
+    left: 0;
+    bottom: 0;
+    width: 16em;
+    height: 100%; 
+    color: white;
+}
+
+.wv-timeline-loading-bar-wrapper {
+    position: absolute;
+    right: 0;
+    bottom: 0;
+    width: calc(100% - 16em);
+    height: calc(100% + 2px); 
+    
+    svg{
+        position:absolute;
+        left:0;
+        top:0;
+    }
+}
\ No newline at end of file