diff options
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 9ac592a..68f13e2 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -651,6 +651,10 @@ ul.attachments-list li { float: right; } +.sort-mode { + text-align: right; +} + /* The email thread */ .even, .odd { border-top: 1px solid rgb(179, 179, 179); |