Mercurial > hg > orthanc
annotate OrthancExplorer/explorer.css @ 4084:25812a487037
fix missing macros
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 25 Jun 2020 08:28:11 +0200 |
parents | f2286c741109 |
children |
rev | line source |
---|---|
0 | 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 } | |
152
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
35 |
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
36 .ui-title a { |
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
37 text-decoration: none; |
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
38 color: white !important; |
4829c054751a
improved navigation in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
57
diff
changeset
|
39 } |
274
f2286c741109
patient protection in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
40 |
f2286c741109
patient protection in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
41 .switch-container .ui-slider-switch { |
f2286c741109
patient protection in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
42 width: 100%; |
f2286c741109
patient protection in Orthanc Explorer
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
152
diff
changeset
|
43 } |