summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-08-10 12:39:00 +0000
committerthomascube <thomas@roundcube.net>2009-08-10 12:39:00 +0000
commit996f0b4a1fb954de443e8d37d72b7cf732d4c3ad (patch)
tree04eb2d5aee2b580627f199de8bf76cf67e321389 /skins/default/mail.css
parentd634fa60a2fa8b54c96de32c42f086bbcd225403 (diff)
Revert r2844: mailfooter should align with message list
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css34
1 files changed, 24 insertions, 10 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 179659cef..d19de3ebe 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -344,6 +344,11 @@ td.formlinks a:visited
text-decoration: underline;
}
+#listcontrols
+{
+ padding-right: 2em;
+}
+
#messagecountbar
{
position: absolute;
@@ -627,30 +632,39 @@ td.formlinks a:visited
#mailfooter
{
position: absolute;
- left: 20px;
- right: 20px;
- bottom: 16px;
+ left: 0px;
+ bottom: 0px;
height: 16px;
+ width: 100%;
+}
+
+#mailfooter table tr td
+{
white-space: nowrap;
+ vertical-align: bottom;
+}
+
+#mailboxcontrols
+{
+ position: absolute;
+ left: 0px;
+ bottom: 0px;
+ height: 16px;
+ width: auto;
+ font-size: 11px;
}
-#mailboxcontrols,
#listcontrols,
#countcontrols,
#quotabox
{
white-space: nowrap;
font-size: 11px;
- margin-right: 10px;
}
#countcontrols
{
- position: absolute;
- right: 10px;
- bottom: 16px;
- height: 16px;
- min-width: 260px;
+ min-width: 25em;
}
#countcontrols a.button,