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 2fd99578 Ajout des mails manquants new b64f15ba personnalisation de l'UI (fix #59) 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 b64f15baa29c2525c98bb28338942761e0096c0b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 7 16:14:27 2017 +0200 personnalisation de l'UI (fix #59) Summary of changes: pollen-ui-riot-js/package.json | 7 +- pollen-ui-riot-js/src/main/web/css/custom.css | 59 + pollen-ui-riot-js/src/main/web/css/main.css | 1301 +++++++++++++++++++- pollen-ui-riot-js/src/main/web/index.html | 3 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 27 +- .../src/main/web/tag/PollenErrorManager.tag.html | 17 +- .../src/main/web/tag/PollenFooter.tag.html | 7 - .../src/main/web/tag/PollenHeader.tag.html | 37 +- .../src/main/web/tag/PollenWaiter.tag.html | 5 +- pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 3 +- .../src/main/web/tag/UserCard.tag.html | 12 +- .../main/web/tag/components/date-picker.tag.html | 4 +- .../web/tag/components/date-time-picker.tag.html | 2 +- .../main/web/tag/components/time-picker.tag.html | 91 +- .../web/tag/favoriteList/ChildListCard.tag.html | 12 +- .../web/tag/favoriteList/FavoriteList.tag.html | 3 - .../web/tag/favoriteList/FavoriteListCard.tag.html | 12 +- .../main/web/tag/favoriteList/MemberCard.tag.html | 12 +- .../src/main/web/tag/poll/Choice.tag.html | 12 +- .../src/main/web/tag/poll/ChoiceDate.tag.html | 2 +- .../src/main/web/tag/poll/ChoiceView.tag.html | 21 +- .../src/main/web/tag/poll/CommentPopup.tag.html | 192 --- .../src/main/web/tag/poll/Comments.tag.html | 1 - .../src/main/web/tag/poll/Created.tag.html | 64 - .../src/main/web/tag/poll/EditPoll.tag.html | 62 +- .../src/main/web/tag/poll/Podium.tag.html | 18 +- .../src/main/web/tag/poll/Poll.tag.html | 73 +- .../src/main/web/tag/poll/PollCard.tag.html | 104 +- .../src/main/web/tag/poll/Polls.tag.html | 113 +- .../src/main/web/tag/poll/Results.tag.html | 9 +- .../src/main/web/tag/poll/Votes.tag.html | 37 +- .../main/web/tag/popup/InformationPopup.tag.html | 6 +- .../src/main/web/tag/voterList/VoterList.tag.html | 17 +- .../web/tag/voterList/VoterListActions.tag.html | 1 - pollen-ui-riot-js/webpack.config.js | 12 +- 35 files changed, 1543 insertions(+), 815 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/css/custom.css delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/CommentPopup.tag.html delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/Created.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.