This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 14a84bf204a3b42b118242512fb0583183bd6193 Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 14:45:28 2019 +0200 Question title and question changing buttons centered --- pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html index 86f6df98..a0828bb4 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html @@ -21,7 +21,7 @@ <Vote> <div class="container" show="{loaded}"> - <h2>Question {parent.questionToVote + 1}/{poll.questions.length} : {question.title}</h2> + <h2 class="align-center">Question {parent.questionToVote + 1}/{poll.questions.length} : {question.title}</h2> <span class="c-input-group actions-right" if={isVoteByOrder}> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html index 681176e4..bbc8ada8 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html @@ -20,6 +20,8 @@ --> <Votes> + <div class="align-center"> + <button if={questionToVote > 0} type="button" class="c-button c-button--info" @@ -37,6 +39,7 @@ {_t.nextQuestion} <i class="fa fa-chevron-right " aria-hidden="true"></i> </button> + </div> <Vote question={question}/> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.