fix styling of steps

(conflict with bootstrap setting .label not to wrap...)
This commit is contained in:
Frédéric Péters 2015-12-28 13:53:57 +01:00
parent 1354ebdf2c
commit 12b25b14a2
1 changed files with 6 additions and 0 deletions

View File

@ -532,6 +532,7 @@ form .submit-button, form .cancel-button, #rub_service form .submit-button, #rub
}
#steps {
width: 100%;
text-align: center;
}
.steplist > .panel {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
@ -619,6 +620,11 @@ form .submit-button, form .cancel-button, #rub_service form .submit-button, #rub
font-weight: normal;
padding: 5px 0;
display: inline-block;
white-space: normal;
}
#steps .marker {
position: absolute;
left: 0.5ex;
}
#steps .label + ul {
padding: 5px 0 12px;