Skip to content

Commit

Permalink
pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
talavinari committed Sep 26, 2016
1 parent 876adaf commit a951bb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions committeeVotes/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,10 @@ ul, ol, table {
cursor: pointer;
}

.pagination-wrapper{
margin-bottom: 20px;
}

.pagination-dots{
cursor: default;
}
Expand Down
5 changes: 2 additions & 3 deletions committeeVotes/templates/committeeVotes/minister_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h2>


</table>
<div class="pagination">
<ul class="pagination pagination-centered">
<div class="text-center pagination-wrapper">
<ul class="pagination">
{% if votes.has_previous %}
<li data-toggle="tooltip" title="לעמוד הקודם"><a href="?page={{ votes.previous_page_number }}"><</a></li>
{% endif %}
Expand Down Expand Up @@ -125,7 +125,6 @@ <h2>
{% endif %}

</ul>

</div>
</section>
{% else %}
Expand Down

0 comments on commit a951bb9

Please sign in to comment.