This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 4aa14f1c9a7a8de3a589d7759d01f67d3908a492 Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 15 16:04:26 2017 +0200 on restreint la largeur du formulaire de création de sondage --- pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html index fb0c249e..57dfa0e1 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html @@ -78,7 +78,7 @@ require("../components/HumanInput.tag.html"); </button> <button if={form.step < form.steps.length - 1} type="submit" - class="c-button c-button--ghost-info" + class="c-button c-button--info" onclick={nextStep}> {__.next} <i class="fa fa-chevron-right " aria-hidden="true"></i> @@ -190,12 +190,12 @@ require("../components/HumanInput.tag.html"); <style> .main-content { - margin-bottom: 144px; + max-width: 1280px; + margin: 0 auto 144px auto; padding-bottom: 0; } .form-footer { - position: absolute; width: 100%; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.