This is an automated email from the git hooks/post-receive script. New change to branch feature/182_correction_affichage_resultats_coombs in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git omits f7e67c35 fixes #182 Correction de l'affichage quand un choix coombs est éliminé adds c508eda4 Ajout de la possibilité d'afficher des Tooltips sur le composant ChoiceView adds e07c3ab7 Affichage des tooltip sur la gauche lors du vote adds d549a9f4 Désactivation du tooltip système si le tooltip 'joli' :sparkles: est utilisé adds e3effbac refs #185 Utilisation des tooltips 'jolis' :sparkles: sur la page des résultats et dans le détail des dépouillements où ça a du sens adds 9af35a15 Merge branch 'feature/display_nice_tooltips' into 'develop' new daf59bbc fixes #182 Correction de l'affichage quand un choix coombs est éliminé This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (f7e67c35) \ N -- N -- N refs/heads/feature/182_correction_affichage_resultats_coombs (daf59bbc) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. The 1 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 daf59bbc9f332db559a65cbb73ddf230e7a9153d Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Jan 5 17:43:33 2018 +0100 fixes #182 Correction de l'affichage quand un choix coombs est éliminé Summary of changes: pollen-ui-riot-js/package.json | 3 +- pollen-ui-riot-js/src/main/web/css/main.css | 90 +++++++++++++++++++++- .../src/main/web/tag/poll/ChoiceView.tag.html | 19 ++++- .../src/main/web/tag/poll/EditVote.tag.html | 2 +- .../src/main/web/tag/poll/Results.tag.html | 2 +- .../voteCountingType/BordaDetailResult.tag.html | 2 +- .../voteCountingType/CoombsDetailResult.tag.html | 2 +- .../InstantRunoffDetailResult.tag.html | 2 +- 8 files changed, 114 insertions(+), 8 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.