This is an automated email from the git hooks/post-receive script. New commit to branch feature/93-impressionPartielle in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 2300ed1abe4024478b37c75f836d9278a970b5e4 Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 5 09:26:38 2019 +0100 Clean print.css --- pollen-ui-riot-js/src/main/web/css/print.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 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 dd14cb75..760f1f82 100644 --- a/pollen-ui-riot-js/src/main/web/css/print.css +++ b/pollen-ui-riot-js/src/main/web/css/print.css @@ -39,18 +39,10 @@ h1 { font-size:1em; } -/* print only the selected tab */ .tabs .tab, .tabs .dropdown { display: none!important; } -.tabs .tab.selected { - display: block!important; - border: none; - background-color: transparent; - font-size: 2em; -} - pollenfooter { display: none!important; } @@ -58,9 +50,10 @@ pollenfooter { body { display:block!important; overflow:visible!important; + height: auto; } table { page-break-inside:auto; page-break-before:always; -} +} \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.