Add pagination to the tags view

This commit is contained in:
Joseph Schorr 2015-06-25 15:47:37 -04:00
parent 0d133b0fa4
commit 672e8a5ba9
7 changed files with 113 additions and 2 deletions

View file

@ -1151,8 +1151,15 @@ a:focus {
float: right;
}
.co-check-bar .co-filter-box .page-controls {
margin-right: 6px;
margin-bottom: 6px;
}
.co-check-bar .co-filter-box input {
width: 300px;
display: inline-block;
vertical-align: middle;
}
.empty {