Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dijit / themes / soria / ProgressBar.css

History | View | Annotate | Download (564 Bytes)

1 9 andrej.cim
2
.soria .dijitProgressBar {
3
        margin:2px 0px 2px 0px;
4
}
5
.soria .dijitProgressBarEmpty{
6
7
        background:#fff url("images/progressBarEmpty.png") repeat-x center center;
8
        border-color: #8ba0bd;
9
}
10
.soria .dijitProgressBarTile{
11
12
        background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
13
}
14
.soria .dijitProgressBarFull {
15
        border-right:1px solid #8ba0bd;
16
}
17
.soria .dijitProgressBarLabel {
18
19
        color:#293a4b;
20
}
21
.soria .dijitProgressBarIndeterminate .dijitProgressBarTile {
22
23
        background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
24
}