]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/soria/ProgressBar.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / soria / ProgressBar.css.commented.css
1
2 /****
3                 dijit.ProgressBar
4  ****/
5
6 .soria .dijitProgressBar {
7         margin:2px 0px 2px 0px;
8 }
9
10 .soria .dijitProgressBarEmpty{
11         /* outer container and background of the bar that's not finished yet*/
12         background:#fff url("images/progressBarEmpty.png") repeat-x center center;
13         border-color: #8ba0bd;
14 }
15
16 .soria .dijitProgressBarTile{
17         /* inner container for finished portion when in 'tile' (image) mode */
18         background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
19 }
20
21 .soria .dijitProgressBarFull {
22         border-right:1px solid #8ba0bd;
23 }
24
25 .soria .dijitProgressBarLabel {
26         /* Set to a color that contrasts with both the "Empty" and "Full" parts. */
27         color:#293a4b;
28 }
29
30 .soria .dijitProgressBarIndeterminate .dijitProgressBarTile {
31         /* use an animated gif for the progress bar in 'indeterminate' mode */
32         background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
33 }