From 09d20cee4fe4889d27c2a528e9165fb68ffffe2f Mon Sep 17 00:00:00 2001 From: William Daniau Date: Mon, 30 Sep 2019 17:39:47 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20de=20la=20coloration=20par=20d?= =?UTF-8?q?=C3=A9faut=20pour=20les=20modes=20export,=20ainsi=20que=20table?= =?UTF-8?q?au=20centr=C3=A9s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/Default.html | 13 +++++++++---- templates/html/Default_with_index.html | 17 +++++++++++------ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/templates/html/Default.html b/templates/html/Default.html index efa48ec..1b1d8c7 100644 --- a/templates/html/Default.html +++ b/templates/html/Default.html @@ -40,7 +40,9 @@ table { border-collapse: collapse; - width: 100%; + width: 98%; + margin-left: auto; + margin-right: auto; } td,th { @@ -99,12 +101,15 @@ + href="[% resource('styles/sunburst.css') %]" > diff --git a/templates/html/Default_with_index.html b/templates/html/Default_with_index.html index 723cc1d..019a85c 100644 --- a/templates/html/Default_with_index.html +++ b/templates/html/Default_with_index.html @@ -38,9 +38,11 @@ h5 { color: #4e9a06; margin-bottom: 0; margin-left: 80px; margin-top: 1em;} p { margin-top: 0 } - table { + table { border-collapse: collapse; - width: 100%; + width: 98%; + margin-left: auto; + margin-right: auto; } td,th { @@ -107,13 +109,16 @@ hr{clear:both;} - + href="[% resource('styles/sunburst.css') %]" > -- 2.16.4