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 9d74b62975812dbfd79489d05000631a1e1bad0d Author: Kevin Morin <morin@codelutin.com> Date: Tue Sep 12 10:31:29 2017 +0200 rétrécissement de la popup de calendrier --- pollen-ui-riot-js/src/main/web/tag/components/date-picker.tag.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/date-picker.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/date-picker.tag.html index edf517c7..42bad431 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/date-picker.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/date-picker.tag.html @@ -221,9 +221,14 @@ .c-calendar { position: absolute; - min-width: 300px; + width: 300px; margin-top: .5em; left: 0; + font-size: 0.9em; + } + + .c-calendar__control, .c-calendar__date { + padding: 0.5em 0.3em; } </style> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.