This is an automated email from the git hooks/post-receive script. New commit to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit c8c325b25bd6aab7135e211e670511ce8c514200 Author: jcouteau <couteau@codelutin.com> Date: Fri Jan 10 11:39:37 2020 +0100 Fixes #93 : Impression du sondage partielle --- pollen-ui-riot-js/src/main/web/css/print.css | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/css/print.css b/pollen-ui-riot-js/src/main/web/css/print.css index 760f1f82..3f085487 100644 --- a/pollen-ui-riot-js/src/main/web/css/print.css +++ b/pollen-ui-riot-js/src/main/web/css/print.css @@ -36,7 +36,7 @@ pollenheader .header-actions { h1 { background-color: transparent!important; - font-size:1em; + font-size: 1em; } .tabs .tab, .tabs .dropdown { @@ -48,12 +48,28 @@ pollenfooter { } body { - display:block!important; - overflow:visible!important; + display: block!important; + overflow: visible!important; height: auto; } +.body-wrapper { + display: block!important; +} + table { - page-break-inside:auto; - page-break-before:always; + page-break-inside: auto; + page-break-before: always; +} + +votestable .voters { + display: block!important; +} + +votestable .voters :not(.vote-tooltip) { + overflow: visible!important; +} + +votestable .voters .elements { + display: block!important; } \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.