alecpl
2009-10-24 7415c02ecfe21eff80074605b93fd3354475e7b3
skins/default/mail.css
@@ -839,12 +839,21 @@
  color: #CCCCCC;
}
#quotadisplay img
{
  margin-left: 4px;
.quota_text {
  text-align: center;
  font-size: 10px;
  color: #666;
  border: 1px solid #999;
  cursor: default;
}
.quota_bg { background-color: white; }
.quota_high { background-color: #F33131; }
.quota_mid { background-color: #F5AD3C; }
.quota_low { background-color: #91E164; }
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }
/** message view styles */