Pagination fixes, lesson completion update

This commit is contained in:
Jason White
2016-10-12 14:02:18 -04:00
parent 2803607901
commit 22a76624e6
4 changed files with 41 additions and 16 deletions

View File

@ -910,6 +910,10 @@ cookie-container {
cursor:pointer;
}
.show-prev-page {
margin-right: 10px;
}
.show-prev-page:hover {
cursor:pointer;
}