diff options
Diffstat (limited to 'hyperkitty')
-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; } |