Add paginate option to tables close #18

This commit is contained in:
Brian Miyaji
2014-03-30 00:37:49 +11:00
parent 62094357c6
commit 64abb6c9b5
10 changed files with 260 additions and 34 deletions

View File

@@ -32,6 +32,40 @@
width: auto;
}
/* Pagination */
.sp-paginated-table {
margin-bottom: 0 !important;
}
.sp-pagination {
margin-top: 0 !important;
}
.sp-pagination tfoot tr td {
text-align: center;
cursor: pointer;
opacity: 0.5;
}
.sp-pagination tfoot tr td.prev {
text-align: left;
}
.sp-pagination tfoot tr td.next {
text-align: right;
}
.sp-pagination tfoot tr td a {
cursor: inherit;
}
.sp-pagination tfoot tr td.active {
opacity: 1;
cursor: default;
}
.sp-pagination tfoot tr td.disabled {
opacity: 0;
cursor: default;
}
.widget .sp-pagination tfoot tr td.prev,
.widget .sp-pagination tfoot tr td.next {
text-align: center;
}
/* Events Calendar */
.sp-event-calendar tbody td, .sp-event-calendar thead th {
text-align: center;