Insert pagination inside tfoot

This commit is contained in:
mespeche
2013-09-13 11:57:49 +02:00
parent 83f4e8b356
commit bb896b56ab
2 changed files with 51 additions and 28 deletions

View File

@@ -1,3 +1,22 @@
tfoot{
.pagination{
margin: 0;
}
}
.table-condensed {
tfoot {
> tr {
> th,
> td {
padding: 20px 5px 5px;
}
}
}
}
.table-striped {
caption {