This is an automated email from the git hooks/post-receive script. New commit to branch feature/display_nice_tooltips in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 55ff3b3db0ee106fdc0c4bab18b52570903ee3b9 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 2 17:58:04 2018 +0100 Affichage des tooltip sur la gauche lors du vote --- pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html index 3f670177..06f17118 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html @@ -50,7 +50,7 @@ <div each={choice, index in poll.choices} class="choice separator-top"> <div class="choice-vote separator-right"> <div class="choice-value"> - <ChoiceView choice={choice} center="true"></ChoiceView> + <ChoiceView choice={choice} center="true" tooltip-placement="left"></ChoiceView> </div> <div class="current-choice" if={poll.canVote || voteInEdition}> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.