From 12b25b14a29421ef854e9a8b84cccc969518f12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 28 Dec 2015 13:53:57 +0100 Subject: [PATCH] fix styling of steps (conflict with bootstrap setting .label not to wrap...) --- static/css/entrouvert.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;