diff --git a/static/css/entrouvert.css b/static/css/entrouvert.css index 5db23f9..77d6af5 100644 --- a/static/css/entrouvert.css +++ b/static/css/entrouvert.css @@ -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;