]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/themes/soria/ProgressBar.css
googlereaderimport: support summary element
[tt-rss.git] / lib / dijit / themes / soria / ProgressBar.css
1
2 /****
3 dijit.ProgressBar
4 ****/
5
6 .soria .dijitProgressBar {
7 margin:2px 0 2px 0;
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 }