This is an automated email from the git hooks/post-receive script. New commit to branch feature/taille_des_images in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 16365cc61f9a358fd741b295ccde5754e2f04aaf Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 2 14:57:46 2018 +0100 Plus grandes miniatures (quasi illisible avant modif) --- pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html | 3 ++- pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html index 9cd1dfce..da960f1e 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html @@ -148,7 +148,8 @@ require("../components/MultiLineLabel.tag.html"); } .choice-ressource .image-preview{ - height: 1.3em; + max-width: 140px; + max-height: 50px; } .modal-image { diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html index 85a9661c..38f1f6e0 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/VotesTable.tag.html @@ -290,7 +290,8 @@ .voters .result, .voters .choice { min-width: 15px; width: 100%; - height: 2em; + min-height: 2em; + max-height: 4.2em; padding: 5px; text-align: center; white-space:nowrap; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.