diff options
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 34 |
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, |