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 6a65637d correction du positionnement du panneau de commentaire new c5dcdcaf on renvoie le nom du créateur même en consultation du sondage new 7d15f759 racourcissement des descriptions courtes new c3ba73e2 style The 3 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 c3ba73e2f0df0902cce409657ba00930d80bbdea Author: Kevin Morin <morin@codelutin.com> Date: Fri Jun 30 17:25:35 2017 +0200 style commit 7d15f759ef910bdae9792d5cf2deb2a29cf647ff Author: Kevin Morin <morin@codelutin.com> Date: Fri Jun 30 17:25:23 2017 +0200 racourcissement des descriptions courtes commit c5dcdcaf041e171423b6cedfcf6ee5b4bd3a68b4 Author: Kevin Morin <morin@codelutin.com> Date: Fri Jun 30 17:24:52 2017 +0200 on renvoie le nom du créateur même en consultation du sondage Summary of changes: .../pollen/services/service/PollService.java | 1 - pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/css/Pacifico.ttf | Bin 0 -> 75568 bytes pollen-ui-riot-js/src/main/web/css/custom.css | 40 ++- pollen-ui-riot-js/src/main/web/css/main.css | 148 +++++++-- pollen-ui-riot-js/src/main/web/i18n.json | 31 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 8 +- .../src/main/web/tag/PollenFooter.tag.html | 2 +- .../src/main/web/tag/PollenHeader.tag.html | 101 ++++--- pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 13 +- pollen-ui-riot-js/src/main/web/tag/SignUp.tag.html | 7 +- .../web/tag/components/date-time-picker.tag.html | 16 +- .../src/main/web/tag/poll/ChoiceDate.tag.html | 249 --------------- .../src/main/web/tag/poll/Choices.tag.html | 9 + .../src/main/web/tag/poll/Description.tag.html | 109 +++---- .../src/main/web/tag/poll/EditPoll.tag.html | 114 ++++--- .../src/main/web/tag/poll/Poll.tag.html | 221 ++++++++------ .../src/main/web/tag/poll/Polls.tag.html | 2 +- .../src/main/web/tag/poll/Settings.tag.html | 334 +++++++++++---------- .../src/main/web/tag/poll/Summary.tag.html | 100 +++--- .../pollen-votecounting-borda_en_GB.properties | 2 +- .../pollen-votecounting-borda_fr_FR.properties | 2 +- .../pollen-votecounting-condorcet_en_GB.properties | 2 +- .../pollen-votecounting-condorcet_fr_FR.properties | 2 +- .../pollen-votecounting-coombs_en_GB.properties | 2 +- .../pollen-votecounting-coombs_fr_FR.properties | 2 +- ...en-votecounting-instant-runoff_en_GB.properties | 2 +- ...en-votecounting-instant-runoff_fr_FR.properties | 2 +- .../pollen-votecounting-number_en_GB.properties | 2 +- .../pollen-votecounting-number_fr_FR.properties | 2 +- 30 files changed, 773 insertions(+), 754 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/css/Pacifico.ttf delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/ChoiceDate.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.