view Applications/StoneWebViewer/Resources/Styles/wv-timeline.scss @ 1859:58681a5c727b

overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
author Alain Mazy <am@osimis.io>
date Mon, 20 Sep 2021 17:08:23 +0200
parents d1806b4e4839
children
line wrap: on
line source

.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;
    }
}