diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-06 14:03:33 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-06 14:03:33 +0100 |
| commit | af2c5707b02284e94df835fdec8a58073de535ab (patch) | |
| tree | aacb64dc38058f3e6e4599e691561e826078cd16 /hyperkitty/static | |
| parent | ef5f81f08b9fa2210938a7d6e26e5fc5d3629201 (diff) | |
Fix the link alignment in collapsed messages
Diffstat (limited to 'hyperkitty/static')
| -rw-r--r-- | hyperkitty/static/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index e561a30..7e5a7f6 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -674,7 +674,8 @@ ul.attachments-list li { } -.email_body a { +.email_body span.read-more a, +.email_body span.read-less a { float: right; padding: 3px 10px 0px 0px; } |
