From e5c785c29f2af0f9978814f7a34132388c44045d Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 11 Jun 2013 15:40:30 +0200 Subject: Add a select box to change the search results ordering --- hyperkitty/static/css/hyperkitty-threadslist.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty-threadslist.css b/hyperkitty/static/css/hyperkitty-threadslist.css index 644d2b7..610d603 100644 --- a/hyperkitty/static/css/hyperkitty-threadslist.css +++ b/hyperkitty/static/css/hyperkitty-threadslist.css @@ -25,6 +25,15 @@ float: right; } +#thread-list .thread-list-header form { + margin-bottom: 0; + float: right; +} +#thread-list .thread-list-header form select { + margin-bottom: 0; + width: auto; +} + /* * Thread view -- cgit