@@ -82,7 +82,9 @@
</div>
</section>
<div class="pagination">
- Page: <input type="number" ng-model="curPage" ng-change="changePage(curPage)" ng-model-options='{ debounce: 500 }' ng-blur="changePage(curPage)"> / {{totPages}}
+ <div class="center">
+ Page: <input type="number" ng-model="curPage" ng-change="changePage(curPage)" ng-model-options='{ debounce: 500 }' ng-blur="changePage(curPage)"> / {{totPages}}
+ </div>
<div class="article-wrapper">
@@ -245,8 +245,9 @@ ul.news-meta li {
position:fixed;
bottom:0px;
margin:0px;
+ text-align:center;
}
-.pagination > input { width: 50px;}
+.pagination input { width: 40px;}
#news img { max-width:90%; }