diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-10 12:39:00 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-10 12:39:00 +0000 |
| commit | e46347fb2e90d601ec3560cca8a87a99187d600d (patch) | |
| tree | cf1bf8754560cb044cf232af447d0fcb48e5e703 /roundcubemail/skins/default/mail.css | |
| parent | 1cd61bf09cf69741efecf9df06358c4f224f14d3 (diff) | |
Revert r2844: mailfooter should align with message list
git-svn-id: https://svn.roundcube.net/trunk@2851 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 34 |
1 files changed, 24 insertions, 10 deletions
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, |
