13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
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
.status {
    color:#555;
}
 
.left-align .x-progress-text {
    text-align: left !important;
    padding-left: 5px;
}
 
.x-progress.custom {
    height: 19px;
    border: 1px solid #686868;
    padding: 0 2px 0 2px;
}
 
.ext-strict .x-progress.custom {
    height: 17px;
}
 
.custom .x-progress-bar {
    height: 17px;
    border: none;
    border-top: 1px solid #fff;
    background: transparent url(images/custom-bar.gif) repeat-x !important;
}
 
.ext-strict .custom .x-progress-bar {
    height: 15px;
}