Ensures that the progressbar is not being overlapped by questionset title text

EmailTemplateFixes
Denis Krienbühl 2011-12-22 10:29:29 +01:00
parent fbd96f9778
commit 12d252fba1
2 changed files with 3 additions and 2 deletions

View File

@ -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 */

View File

@ -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 {