Add pagination to the tags view
This commit is contained in:
parent
0d133b0fa4
commit
672e8a5ba9
7 changed files with 113 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue