From e46347fb2e90d601ec3560cca8a87a99187d600d Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 10 Aug 2009 12:39:00 +0000 Subject: Revert r2844: mailfooter should align with message list git-svn-id: https://svn.roundcube.net/trunk@2851 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to 'roundcubemail/skins/default/mail.css') diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 179659cef..d19de3ebe 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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, -- cgit v1.2.3