Skip to content

Commit

Permalink
fix(pager): removed margin around buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrowhurstram committed Oct 3, 2015
1 parent e705fd9 commit 7e6919e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/ng-table.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@
.ng-table-group-toggle {
margin-right: 5px;
}
& + .pagination {
margin-top: 0;
}
}

@media only screen and (max-width: 800px) {
Expand Down Expand Up @@ -160,10 +157,13 @@
}

.ng-table-pager {}
.ng-table-pagination {}
.ng-table-counts {}
}

.ng-table-pagination {
margin-top: 0;
}

.ng-table-group-selector:before,
.ng-table-group-selector:after,
.filter:before,
Expand Down

0 comments on commit 7e6919e

Please sign in to comment.