Skip to content

Commit

Permalink
Tweak positioning of top pagination in the photostream.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrimes committed Sep 30, 2014
1 parent f7c4c73 commit a46761c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/stream.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</ul>

<div style="float: right; padding-top: 5px;">
<div class="visible-xs" style="position: absolute; right: 15px;">
<div class="visible-xs" style="position: absolute; right: 17px;">
{% include '_pagerSmall.twig' with { 'label_prev': '&laquo;', 'label_next': '&raquo;', 'label_page_prefix': '<span></span>'} %}
</div>
<div class="hidden-xs">
<div class="hidden-xs" style="padding-right: 3px;">
{% include '_pagerSmall.twig' %}
</div>
</div>
Expand Down

0 comments on commit a46761c

Please sign in to comment.