Changeset a1621c6 in github
- Timestamp:
- Apr 23, 2011 5:19:43 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a70de61
- Parents:
- d7b35c2
- Files:
-
- 1 added
- 2 edited
-
program/js/app.js (modified) (1 diff)
-
skins/default/common.css (modified) (1 diff)
-
skins/default/images/quota-colors.png (added)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r3a24a1e ra1621c6 5114 5114 } 5115 5115 else { 5116 main.addClass(' quota_text_ normal');5116 main.addClass(' quota_text_low'); 5117 5117 bar1.addClass('quota_low'); 5118 5118 } -
skins/default/common.css
r361ce60 ra1621c6 903 903 } 904 904 .quota_bg { background-color: white; } 905 .quota_high { background -color: #F33131; }906 .quota_mid { background -color: #F5AD3C; }907 .quota_low { background -color: #91E164; }905 .quota_high { background: url(images/quota-colors.png) repeat-x 0 -28px #f90509; } 906 .quota_mid { background: url(images/quota-colors.png) repeat-x 0 -14px #e3e909; } 907 .quota_low { background: url(images/quota-colors.png) repeat-x 0 0px #05f905; } 908 908 .quota_text_high { color: white; } 909 909 .quota_text_mid { color: #666; }
Note: See TracChangeset
for help on using the changeset viewer.
