diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-08 08:12:31 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-08 08:12:31 +0000 |
| commit | 3b73335cc73cda7f827e49a44950f886ba38a16b (patch) | |
| tree | e7d0e7463185af0ce520ed25fc18362f0fe5bf95 | |
| parent | 5c08e8bed55a67733b3004aa78523efcdc3d0fe1 (diff) | |
Fix headers box position in message preview iframe
git-svn-id: https://svn.roundcube.net/trunk@4502 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 129ed44ec..1eb82cb08 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -1002,7 +1002,7 @@ td span.branch div.l3 div.messageheaderbox { - margin: 6px 8px 0px 8px; + margin: -14px 8px 0px 8px; border: 1px solid #ccc; } |
