From 4b96ed76a96602215bb75208d6b01473ebef09b8 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 21 Jun 2010 08:04:13 -0400
Subject: [PATCH] - place quota indicator styles in one place
---
skins/default/mail.css | 65 +++++++++++++++++---------------
1 files changed, 34 insertions(+), 31 deletions(-)
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 70770a5..8534e17 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -370,22 +370,6 @@
font-weight: bold;
}
-#quota
-{
- position: absolute;
- top: 3px;
- right: 8px;
- width: 100px;
-}
-
-#quotaimg
-{
- position: absolute;
- top: 3px;
- right: 6px;
- z-index: 101;
-}
-
/** mailbox list styles */
@@ -901,21 +885,6 @@
}
-.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 */
@@ -1365,3 +1334,37 @@
text-align: center;
clear: both;
}
+
+/** quota indicator */
+
+#quota
+{
+ position: absolute;
+ top: 3px;
+ right: 8px;
+ width: 100px;
+}
+
+#quotaimg
+{
+ position: absolute;
+ top: 3px;
+ right: 6px;
+ z-index: 101;
+}
+
+.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; }
+
--
Gitblit v1.9.1