From 9c13e7a071e85de5bf71924ebf280a052ea1b64a Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Tue, 4 Aug 2015 08:01:53 +0200 Subject: [PATCH] Printing: enhance templates layout Make better use of extra spaces, and decrease the margin sizes. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Flowlayout.html | 13 ++++++------- printing_templates/One Dive.html | 8 ++++---- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index 98867d259..f035e2172 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -37,7 +37,7 @@ margin-left: 2%; margin-right: 2%; margin-top: 0%; - margin-bottom: 0%; + margin-bottom: 2%; overflow: hidden; border-width: 0; page-break-inside: avoid; @@ -60,8 +60,7 @@ } .dataSection { - width: 98%; - margin: 1%; + width: 100%; } .fieldTitle { @@ -76,14 +75,14 @@ .table_class { float: left; - margin: 1%; - width: 48%; + margin: 0.5%; + width: 49%; } .notes_table_class { overflow: hidden; - width: 98%; - margin: 1%; + width: 99%; + margin: 0.5%; } .textArea { diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index ff0d8cd40..24108c69f 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -86,14 +86,14 @@ .table_class { float: left; - margin: 1%; - width: 48%; + margin: 0.5%; + width: 49%; } .notes_table_class { overflow: hidden; - width: 98%; - margin: 1%; + width: 99%; + margin: 0.5%; } .textArea {