1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| .ProgressDisplay {
| font-weight: bold;
| }
|
| .ProgressDisplay .StatusMessage {
| margin: 1px;
| height: 1.5em;
| }
|
| .ProgressDisplay .ProgressBar {
| background-color: rgb(204, 204, 204);
| }
| #normalInProgress{
| color: Red; /*½ø¶ÈÌõ×ÖÌåÑÕÉ«*/
| }
| #completed{
| color:Blue; /*ÉÏ´«Íê³ÉµÄ×ÖÌåÑÕÉ«*/
| }
|
| .ProgressDisplay .ImageButton {
| border-width: 0px;
| margin: 0px;
| padding: 0px;
| background-color: inherit;
| }
|
| .ProgressDisplay .ImageButton img {
| border-width: 2px;
| border-style: outset;
| border-color: white;
| margin: 0px;
| padding: 0px;
| height: 1.5em;
| vertical-align: top;
| }
|
|