diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-14 17:35:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-14 17:35:26 +0000 |
| commit | ca79c5b5a03381c939985b5920e0ea036e32a3d8 (patch) | |
| tree | 9e07482c0ae548c0c0379754e7eef83fbab62df5 /roundcubemail/skins/default/mail.css | |
| parent | 60c6827ef5cdf620caccc6b478b8e573c71aa308 (diff) | |
Complete implementation of #1484601: add link for saving sender to address book and reload message
git-svn-id: https://svn.roundcube.net/trunk@1534 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, 2 insertions, 3 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 9f0dc2736..2110d96b4 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -730,10 +730,9 @@ div.message-htmlpart div.rcmBody #remote-objects-message { display: none; - height: 20px; + margin: 8px; min-height: 20px; - margin: 8px 8px 0px 8px; - padding: 10px 10px 6px 46px; + padding: 10px 10px 6px 46px; } #remote-objects-message a |
