Skip to content

Commit

Permalink
[BUGFIX] no space between pagination and footer on search page (Podio…
Browse files Browse the repository at this point in the history
… bug_35) (#28)
  • Loading branch information
vhusaruk92 authored and dmh committed Dec 22, 2016
1 parent c6332cc commit 2481d07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/styles/main/plugins/search/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
.search-result-pagination {
margin-top: 20px;
}

.search-result-pagination:last-child {
margin-bottom: 20px;
}

.search-result-pagination .btn-default {
background: darken(@main-body-bg, 10%);
color: @main-text-color;
Expand Down

0 comments on commit 2481d07

Please sign in to comment.