diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-04 18:00:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-04 18:00:39 +0000 |
| commit | fddfbe8bc8c143e37e46495be3f34a63dca6b085 (patch) | |
| tree | e695d88ec3b2a46d1f4a55a668952c7488a738a7 /roundcubemail/skins/default/mail.css | |
| parent | b207b633d597f2f5c958bbdb95a3cf41a0f3879e (diff) | |
- Fix preview pane switch position in Firefox + small improvements
git-svn-id: https://svn.roundcube.net/trunk@5852 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index accf3fdc2..88755d68c 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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, |
