Fix the order to match desktop

This commit is contained in:
Nathan Yam 2017-05-16 20:01:38 +10:00
parent 36416a3597
commit 51b93004d0
1 changed files with 3 additions and 3 deletions

View File

@ -117,11 +117,11 @@ table.torrent-list thead th.sorting_desc:after {
width: auto;
}
#navFilter-category {
#navFilter-criteria {
order: 3;
}
#navFilter-criteria {
#navFilter-category {
order: 4;
}