summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-21 12:04:13 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-21 12:04:13 +0000
commitbf6166a5bc3396e98a51211abf74d9ce5f666589 (patch)
tree1326d28d084e65ab07492da453c4a091e5182feb
parent0e1740e5a914250f06f52edb7de783ee945b8eaa (diff)
- place quota indicator styles in one place
git-svn-id: https://svn.roundcube.net/trunk@3776 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/mail.css65
1 files changed, 34 insertions, 31 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index 70770a50e..8534e17df 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -370,22 +370,6 @@ td.formlinks a:visited
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 @@ td span.branch div.l3
}
-.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 @@ font.bold
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; }
+