root / trunk / web / dojo / dijit / themes / nihilo / ProgressBar.css @ 12
History | View | Annotate | Download (594 Bytes)
1 | 9 | andrej.cim | |
---|---|---|---|
2 | .nihilo .dijitProgressBar { |
||
3 | margin:2px 0px 2px 0px; |
||
4 | } |
||
5 | .nihilo .dijitProgressBarEmpty{ |
||
6 | |||
7 | background:#fff url("images/progressBarEmpty.png") repeat-x center center; |
||
8 | border-color: #f8d582 #f8d582 #f8d582 #f8d582; |
||
9 | } |
||
10 | .nihilo .dijitProgressBarTile{ |
||
11 | |||
12 | background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center; |
||
13 | } |
||
14 | .nihilo .dijitProgressBarFull { |
||
15 | border-right:1px solid #f8d582; |
||
16 | } |
||
17 | .nihilo .dijitProgressBarLabel { |
||
18 | |||
19 | color:#293a4b; |
||
20 | } |
||
21 | .nihilo .dijitProgressBarIndeterminate .dijitProgressBarTile { |
||
22 | |||
23 | background:#cad2de url("images/progressBarAnim.gif") repeat-x center center; |
||
24 | } |