David hace 10 años
padre
commit
df9cd0b4c0
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  1. 3 1
      front/index.html
  2. 2 1
      front/style.css

+ 3 - 1
front/index.html

@@ -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>
 			</div>
 			<div class="article-wrapper">

+ 2 - 1
front/style.css

@@ -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%; }