diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-14 19:14:20 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-14 19:14:20 +0100 |
commit | a132cf2b84bd250514c33e6393e9d9ef31b0b7c9 (patch) | |
tree | 31e2b5d32df22d45a8e052c274cbea7992de17ce /hyperkitty/static | |
parent | 90d3f91df7851b97f07b903f353497742f80d325 (diff) | |
download | hyperkitty-a132cf2b84bd250514c33e6393e9d9ef31b0b7c9.tar.gz hyperkitty-a132cf2b84bd250514c33e6393e9d9ef31b0b7c9.tar.xz hyperkitty-a132cf2b84bd250514c33e6393e9d9ef31b0b7c9.zip |
Sort replies by thread, with indentation
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); |