1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Add css optimization to dojo builds

This commit is contained in:
Jeremy Christian
2013-04-04 21:50:39 -04:00
parent 29c8fa080e
commit 4a88841363
185 changed files with 200 additions and 12733 deletions
+1 -33
View File
@@ -1,33 +1 @@
/****
dijit.ProgressBar
****/
.nihilo .dijitProgressBar {
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;
}
.nihilo .dijitProgressBar {margin:2px 0 2px 0;}.nihilo .dijitProgressBarEmpty{background:#fff url("images/progressBarEmpty.png") repeat-x center center; border-color: #f8d582 #f8d582 #f8d582 #f8d582;}.nihilo .dijitProgressBarTile{background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;}.nihilo .dijitProgressBarFull {border-right:1px solid #f8d582;}.nihilo .dijitProgressBarLabel {color:#293a4b;}.nihilo .dijitProgressBarIndeterminate .dijitProgressBarTile {background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;}