This is an automated email from the git hooks/post-receive script. New commit to branch feature/6150 in repository tutti. See http://git.codelutin.com/tutti.git commit 2c19b7c9df9a76c3ae080572721db263e71aeb00 Author: Kevin Morin <morin@codelutin.com> Date: Mon Nov 24 17:52:55 2014 +0100 refs #6150 --- tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl index 102cb68..c4a9194 100644 --- a/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl +++ b/tutti-service/src/main/resources/ftl/pupitriReport_fr.ftl @@ -81,6 +81,11 @@ border-right: 1px solid black; } + .top-bottom-border { + border-top: 1px solid black; + border-bottom: 1px solid black; + } + </style> </head> <body> @@ -99,10 +104,10 @@ <hr/> <table class="center bordered"> - <thead class="bordered"> + <thead> <tr> - <th colspan="3" class="text">Balance Trémie</th> - <th colspan="3" class="text">Balance Carrousel</th> + <th colspan="3" class="text bordered">Balance Trémie</th> + <th colspan="3" class="text bordered">Balance Carrousel</th> </tr> <tr> <th class="text">Trié</th> @@ -130,7 +135,7 @@ </p> <table> - <thead> + <thead class="top-bottom-border"> <tr> <th></th> <th>Espèce</th> <!-- trie d'abord tout le vrac sur le code espèce puis tout le HV trié sur le code espèce--> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.