Ensures that the progressbar is not being overlapped by questionset title text
parent
fbd96f9778
commit
12d252fba1
|
@ -28,7 +28,7 @@ THE SOFTWARE.
|
|||
position: relative;
|
||||
top: 27px;
|
||||
height: 18px;
|
||||
width: 25%;
|
||||
width: 200px;
|
||||
margin: 0 0 0 auto;
|
||||
|
||||
/* Pad right so we don't cover the borders when fully progressed */
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
}
|
||||
|
||||
.questionset-title {
|
||||
margin: 0 0 25px 0;
|
||||
/* margin right is there to make space for the progressbar */
|
||||
margin: 0 220px 25px 0;
|
||||
}
|
||||
|
||||
.question-text {
|
||||
|
|
Loading…
Reference in New Issue