diff options
author | thomascube <thomas@roundcube.net> | 2008-06-14 17:35:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-14 17:35:26 +0000 |
commit | 62e43d2c1a61d26f9a07419f7155a2881cb57332 (patch) | |
tree | fead3e68d123a335592ba48a7b319d747ac50825 /skins/default/mail.css | |
parent | fca66b0ef41453397cc9f348f412dfd8643745f0 (diff) |
Complete implementation of #1484601: add link for saving sender to address book and reload message
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 9f0dc2736..2110d96b4 100644 --- a/skins/default/mail.css +++ b/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 |