This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 739ccaeaad0193ae5fa21be9033e812445c8ce69 Author: Kevin Morin <morin@codelutin.com> Date: Thu May 18 11:45:30 2017 +0200 fix validation du choix de fichier qui ne s'affichait pas sous Chrome --- pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html index b28146d..ceea93c 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html @@ -292,7 +292,8 @@ require("../components/time-picker.tag.html"); } .add-file input[type="file"] { - visibility: hidden; + width: 0px; + padding-left: 1px; } textarea { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.