Add pagination/column sorting for search and completed tasks
This commit is contained in:
@@ -125,6 +125,16 @@ td li {
|
||||
background: rgb(219, 235, 255)
|
||||
}
|
||||
|
||||
th a {
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
th a:focus,
|
||||
th a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* forms */
|
||||
form {
|
||||
padding: 10px;
|
||||
@@ -1129,6 +1139,19 @@ tr td.task-orange,
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
/* pagination */
|
||||
#pagination {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#pagination-next {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#pagination-previous {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* responsive design */
|
||||
@media only screen and (min-width : 768px) and (max-width : 1024px) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user