From 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 10 Aug 2009 08:39:00 -0400 Subject: [PATCH] Revert r2844: mailfooter should align with message list --- skins/default/mail.css | 36 +++++++++++++++++++++++++----------- 1 files changed, 25 insertions(+), 11 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 179659c..d19de3e 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -344,6 +344,11 @@ text-decoration: underline; } +#listcontrols +{ + padding-right: 2em; +} + #messagecountbar { position: absolute; @@ -627,30 +632,39 @@ #mailfooter { position: absolute; - left: 20px; - right: 20px; - bottom: 16px; + left: 0px; + bottom: 0px; height: 16px; - white-space: nowrap; + width: 100%; } -#mailboxcontrols, +#mailfooter table tr td +{ + white-space: nowrap; + vertical-align: bottom; +} + +#mailboxcontrols +{ + position: absolute; + left: 0px; + bottom: 0px; + height: 16px; + width: auto; + font-size: 11px; +} + #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, -- Gitblit v1.9.1