comparison 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
comparison
equal deleted inserted replaced
1537:de8cf5859e84 1538:d1806b4e4839
1 .wv-timeline {
2 position: relative;
3 height: 2em; // save 2px to display the "upper part of the currently selected image on the timeline"
4 &.reduced{
5 height: 5px;
6 .wv-timeline-loading-bar-wrapper{
7 width: 100%;
8 height: 100%;
9 }
10 }
11 }
12
13 .wv-timeline-controls-wrapper {
14 position: absolute;
15 left: 0;
16 bottom: 0;
17 width: 16em;
18 height: 100%;
19 color: white;
20 }
21
22 .wv-timeline-loading-bar-wrapper {
23 position: absolute;
24 right: 0;
25 bottom: 0;
26 width: calc(100% - 16em);
27 height: calc(100% + 2px);
28
29 svg{
30 position:absolute;
31 left:0;
32 top:0;
33 }
34 }