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