branch develop updated (db0d9fe6 -> 4aa14f1c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from db0d9fe6 taille minimale du time picker new f2593f3e couleur différente pour le bouton description du choix new 4aa14f1c on restreint la largeur du formulaire de création de sondage The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 commit f2593f3e01489dd4bc7bd12e1717485c3821def7 Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 15 16:04:15 2017 +0200 couleur différente pour le bouton description du choix Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 f2593f3e01489dd4bc7bd12e1717485c3821def7 Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 15 16:04:15 2017 +0200 couleur différente pour le bouton description du choix --- pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html index fdc16431..03f482f9 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html @@ -89,7 +89,7 @@ require("../components/time-picker.tag.html"); time="{time}"/> <button type="button" - class="choice-type-button colors-main-invers" + class="choice-type-button c-button--brand" alt="description" onclick="{toggleDescription}" title="{__.description}"> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm