summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorvbenincasa <vbenincasa@gmail.com>2011-04-23 09:19:43 +0000
committervbenincasa <vbenincasa@gmail.com>2011-04-23 09:19:43 +0000
commita1621c6759f32d8662dab2636d0c6ba7ca548084 (patch)
tree4cb6b418f523f3d1565a620d050b733a23d95e92 /skins
parentd7b35c22affe6911f6f7338dc5ae602056da3eac (diff)
- Fix incorrect CSS class name call (.quota_text_normal to .quota_text_low)
- Small improvement in the look of quota indicator
Diffstat (limited to 'skins')
-rw-r--r--skins/default/common.css6
-rw-r--r--skins/default/images/quota-colors.pngbin0 -> 492 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index 3af18d124..b1696ef85 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -902,9 +902,9 @@ fieldset.tabbed
cursor: default;
}
.quota_bg { background-color: white; }
-.quota_high { background-color: #F33131; }
-.quota_mid { background-color: #F5AD3C; }
-.quota_low { background-color: #91E164; }
+.quota_high { background: url(images/quota-colors.png) repeat-x 0 -28px #f90509; }
+.quota_mid { background: url(images/quota-colors.png) repeat-x 0 -14px #e3e909; }
+.quota_low { background: url(images/quota-colors.png) repeat-x 0 0px #05f905; }
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }
diff --git a/skins/default/images/quota-colors.png b/skins/default/images/quota-colors.png
new file mode 100644
index 000000000..4c1f17edd
--- /dev/null
+++ b/skins/default/images/quota-colors.png
Binary files differ