fixed paginator pushing the header bar down 2px

main
Julian Lam 10 years ago
parent 16df1d0ddc
commit e366e2c0e9

@ -56,8 +56,9 @@
.progress-container { .progress-container {
height: 2px; height: 2px;
position: relative; position: absolute;
bottom: 10px; bottom: 8px;
left: 8px;
background: #666; background: #666;
width: 90%; width: 90%;
margin: auto; margin: auto;

Loading…
Cancel
Save