view OrthancExplorer/explorer.css @ 152:4829c054751a

improved navigation in Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Oct 2012 15:02:54 +0200
parents 4bc019d2f969
children f2286c741109
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;
}