view OrthancExplorer/explorer.css @ 3785:763533d6dd67 SylvainRouquette/fix-issue169-95b752c

add PreferredTransferSyntax to RemoteModalityParameters DicomUserConnection can now use RemoteModalityParameters.PreferredTransferSyntax instead of using the default transfer syntax (LE-implicit). This way we can transcode by default in LE-explicit. fix issue #169
author sylvain.rouquette@incepto-medical.com
date Wed, 18 Mar 2020 08:59:06 +0100
parents f2286c741109
children
line wrap: on
line source

ul.tree ul {
    margin-left: 36px; 
}

#progress { 
    position: relative; 
    /*height: 2em; */
    width: 100%; 
    background-color: grey; 
    height: 2.5em;
}

#progress .label {
    z-index: 10; 
    position: absolute; 
    left:0; 
    top: 0; 
    width: 100%; 
    font-weight: bold; 
    text-align: center;  
    text-shadow: none; 
    padding: .5em;
    color: white;
}

#progress .bar { 
    z-index: 0; 
    position: absolute; 
    left:0; 
    top: 0; 
    height: 100%; 
    width: 0%; 
    background-color: green; 
}

.ui-title a {
    text-decoration: none;
    color: white !important;
}

.switch-container .ui-slider-switch {
    width: 100%;
}