diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dijit/themes/tundra/ProgressBar.css | |
Diffstat (limited to 'js/dojo-1.7.2/dijit/themes/tundra/ProgressBar.css')
| -rw-r--r-- | js/dojo-1.7.2/dijit/themes/tundra/ProgressBar.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/themes/tundra/ProgressBar.css b/js/dojo-1.7.2/dijit/themes/tundra/ProgressBar.css new file mode 100644 index 0000000..2d70e28 --- /dev/null +++ b/js/dojo-1.7.2/dijit/themes/tundra/ProgressBar.css @@ -0,0 +1,28 @@ +.tundra .dijitProgressBar { + margin:2px 0 2px 0; +} + +.tundra .dijitProgressBarEmpty { + /* outer container and background of the bar that's not finished yet*/ + background:#fff url("images/progressBarEmpty.png") repeat-x center center; + border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2; +} + +.tundra .dijitProgressBarTile { + /* inner container for finished portion when in 'tile' (image) mode */ + background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center; +} + +.tundra .dijitProgressBarFull { + border-right:1px solid #b8b8b8; +} + +.tundra .dijitProgressBarLabel { + /* Set to a color that contrasts with both the "Empty" and "Full" parts. */ + color:#293a4b; +} + +.tundra .dijitProgressBarIndeterminate .dijitProgressBarTile { + /* use an animated gif for the progress bar in 'indeterminate' mode */ + background:#cad2de url("images/progressBarAnim.gif") repeat-x center center; +} |
