Add pagination/column sorting for search and completed tasks

This commit is contained in:
Frédéric Guillot
2014-10-12 14:28:08 -04:00
parent deeebd8e72
commit b7060b33ef
14 changed files with 329 additions and 275 deletions

View File

@@ -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) {