]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/themes/soria/ProgressBar.css
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dijit / themes / soria / ProgressBar.css
index 566d0488cec225a3e56679dfc7e0ce8b7004809d..b2f6d1fbe73f823e1dffb398591add656718e3be 100644 (file)
@@ -1,24 +1,33 @@
 
+/****
+               dijit.ProgressBar
+ ****/
+
 .soria .dijitProgressBar {
-       margin:2px 0px 2px 0px;
+       margin:2px 0 2px 0;
 }
+
 .soria .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: #8ba0bd;
 }
+
 .soria .dijitProgressBarTile{
-       
+       /* inner container for finished portion when in 'tile' (image) mode */
        background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
 }
+
 .soria .dijitProgressBarFull {
        border-right:1px solid #8ba0bd;
 }
+
 .soria .dijitProgressBarLabel {
-       
+       /* Set to a color that contrasts with both the "Empty" and "Full" parts. */
        color:#293a4b;
 }
+
 .soria .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