diff options
author | alecpl <alec@alec.pl> | 2012-02-04 18:00:39 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-02-04 18:00:39 +0000 |
commit | f545eaded23e8719152958c538fdf0fac64007a9 (patch) | |
tree | 50c37cbeb2dd79d17e00fcbd9499d6204d5b4b18 /skins/default/mail.css | |
parent | fc7b5b8283173ebb5209da124e5b283e5b86dfa7 (diff) |
- Fix preview pane switch position in Firefox + small improvements
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index accf3fdc2..88755d68c 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -488,8 +488,8 @@ { position: relative; white-space: nowrap; - left: 4px; line-height: 22px; + padding: 0 4px; width: auto; min-width: 300px; } @@ -504,7 +504,8 @@ #listcontrols input { - margin-top: 6px; + margin-top: 1px; + height: 22px; } #listcontrols a.button, |