ENH: Support table pagination (#24)

Fixes #22
This commit is contained in:
Matthew Ryan Dillon 2017-09-23 14:35:50 -07:00 committed by GitHub
parent 8309486a8a
commit 578b8daa32
11 changed files with 131 additions and 8 deletions

View file

@ -1,3 +1,15 @@
[data-ember-action]:not(:disabled) {
cursor: pointer;
}
.table-nav .pager {
margin-top: 10px;
}
.table-stats {
margin-top: 10px;
}
.form-signin {
max-width: 330px;
padding: 15px;