diff options
author | alecpl <alec@alec.pl> | 2009-08-07 06:13:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-08-07 06:13:02 +0000 |
commit | 4fc15f69da43b3d50e066c7dac73e19b1d4e3467 (patch) | |
tree | 73b5ab6b220865bcdb3ebb84e830592acb54f940 /skins/default/mail.css | |
parent | 10d0e3e0acd4f15819d36022eff2f2a698cfcd9b (diff) |
- make #mailfooter good looking in all browsers (not tested with IE6)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 34 |
1 files changed, 10 insertions, 24 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index d19de3ebe..179659cef 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -344,11 +344,6 @@ td.formlinks a:visited text-decoration: underline; } -#listcontrols -{ - padding-right: 2em; -} - #messagecountbar { position: absolute; @@ -632,39 +627,30 @@ td.formlinks a:visited #mailfooter { position: absolute; - left: 0px; - bottom: 0px; + left: 20px; + right: 20px; + bottom: 16px; 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 { - min-width: 25em; + position: absolute; + right: 10px; + bottom: 16px; + height: 16px; + min-width: 260px; } #countcontrols a.button, |