Fixed positioning of progress dots

HFJ-2040
pull/5/head
Frode Petterson 2016-07-04 12:09:11 +02:00
parent 71f92ff664
commit 0203402821
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,12 @@
.dots-container {
text-align: center;
line-height: 2em;
padding: 0;
margin: 0;
}
.progress-item {
list-style: none;
display: inline-block;
}
.progress-dot {
display: inline-block;
@ -95,6 +101,7 @@
}
.qs-footer {
overflow: hidden;
clear: both;
}
.qs-footer > .prev {