From a132cf2b84bd250514c33e6393e9d9ef31b0b7c9 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 14 Dec 2012 19:14:20 +0100 Subject: Sort replies by thread, with indentation --- hyperkitty/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hyperkitty/static') 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); -- cgit