Fix CSS around display of page controls in repo view

This commit is contained in:
Joseph Schorr 2017-03-10 14:33:44 -05:00
parent c724af12cd
commit 8737ac09a8
3 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<div class="co-top-bar">
<span class="co-filter-box">
<span class="page-controls" total-count="orderedRepositories.entries.length" current-page="options.page" page-size="reposPerPage"></span>
<span class="page-controls" total-count="orderedRepositories.entries.length" current-page="options.page" page-size="reposPerPage" style="vertical-align: top"></span>
<input class="form-control" type="text" ng-model="options.filter" placeholder="Filter Repositories..." style="margin-right: 10px;">
</span>
</div>