From d72ba4f15a2616888a777bf2b70c7df639979f31 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Sat, 8 Aug 2015 01:39:46 +0200 Subject: Printing: remove templates additional margins Remove extra margins and paddings in templates. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Flowlayout.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'printing_templates/Flowlayout.html') diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index a322738ba..2686d8c66 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -38,9 +38,9 @@ } .mainContainer { - width: 96%; - margin-left: 2%; - margin-right: 2%; + width: 100%; + margin-left: 0%; + margin-right: 0%; margin-top: 0%; margin-bottom: 2%; overflow: hidden; @@ -49,13 +49,13 @@ } .innerContainer { - width: 98%; - padding: 1%; + width: 100%; + padding: 0%; overflow: hidden; } .diveDetails { - width: 98%; + width: 100%; float: left; } @@ -76,8 +76,8 @@ .table_class { float: left; + width: 49.25%; margin: 0.5%; - width: 49%; } .notes_table_class { -- cgit v1.2.3-70-g09d2