From 81bea17aefb26859f825b9293c7c99192874806e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 8 Nov 2011 20:40:44 +0400 Subject: upgrade Dojo to 1.6.1 --- lib/dijit/themes/nihilo/ProgressBar.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'lib/dijit/themes/nihilo/ProgressBar.css') diff --git a/lib/dijit/themes/nihilo/ProgressBar.css b/lib/dijit/themes/nihilo/ProgressBar.css index 7713aeb7c..6c50a7ef6 100644 --- a/lib/dijit/themes/nihilo/ProgressBar.css +++ b/lib/dijit/themes/nihilo/ProgressBar.css @@ -1,24 +1,33 @@ +/**** + dijit.ProgressBar + ****/ + .nihilo .dijitProgressBar { - margin:2px 0px 2px 0px; + margin:2px 0 2px 0; } + .nihilo .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: #f8d582 #f8d582 #f8d582 #f8d582; } + .nihilo .dijitProgressBarTile{ - + /* inner container for finished portion when in 'tile' (image) mode */ background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center; } + .nihilo .dijitProgressBarFull { border-right:1px solid #f8d582; } + .nihilo .dijitProgressBarLabel { - + /* Set to a color that contrasts with both the "Empty" and "Full" parts. */ color:#293a4b; } + .nihilo .dijitProgressBarIndeterminate .dijitProgressBarTile { - + /* use an animated gif for the progress bar in 'indeterminate' mode */ background:#cad2de url("images/progressBarAnim.gif") repeat-x center center; -} +} \ No newline at end of file -- cgit v1.2.3