comparison OrthancExplorer/explorer.css @ 57:4bc019d2f969 orthanc-renaming

renaming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:22:48 +0200
parents PalanthirExplorer/explorer.css@33d67e1ab173
children 4829c054751a
comparison
equal deleted inserted replaced
56:088c4f23e2c8 57:4bc019d2f969
1 ul.tree ul {
2 margin-left: 36px;
3 }
4
5 #progress {
6 position: relative;
7 /*height: 2em; */
8 width: 100%;
9 background-color: grey;
10 height: 2.5em;
11 }
12
13 #progress .label {
14 z-index: 10;
15 position: absolute;
16 left:0;
17 top: 0;
18 width: 100%;
19 font-weight: bold;
20 text-align: center;
21 text-shadow: none;
22 padding: .5em;
23 color: white;
24 }
25
26 #progress .bar {
27 z-index: 0;
28 position: absolute;
29 left:0;
30 top: 0;
31 height: 100%;
32 width: 0%;
33 background-color: green;
34 }