Mercurial > hg > orthanc
comparison OrthancServer/OrthancExplorer/explorer.css @ 4044:d25f4c0fa160 framework
splitting code into OrthancFramework and OrthancServer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 10 Jun 2020 20:30:34 +0200 |
parents | OrthancExplorer/explorer.css@f2286c741109 |
children | 28944db5318b |
comparison
equal
deleted
inserted
replaced
4043:6c6239aec462 | 4044:d25f4c0fa160 |
---|---|
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 } | |
35 | |
36 .ui-title a { | |
37 text-decoration: none; | |
38 color: white !important; | |
39 } | |
40 | |
41 .switch-container .ui-slider-switch { | |
42 width: 100%; | |
43 } |