add torrents list view pagination

This commit is contained in:
OldHawk
2017-04-26 13:06:05 +08:00
parent a81f1c17d7
commit 652a00faf5
6 changed files with 150 additions and 92 deletions

View File

@@ -388,4 +388,10 @@
color: @brand-danger;
}
}
}
.torrent-list {
.pagination-div {
border-top: 2px solid lighten(@gray-base, 70%)
}
}