summaryrefslogtreecommitdiffstats
path: root/printing_templates/Two Dives.html
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-08-08 01:39:46 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-08-15 15:02:57 +0300
commitd72ba4f15a2616888a777bf2b70c7df639979f31 (patch)
tree0b52ce503e3192ef36041efda41b3553c5d2b737 /printing_templates/Two Dives.html
parent636c26feedb3abc1784747fac9b31aeb2fcee3bd (diff)
downloadsubsurface-d72ba4f15a2616888a777bf2b70c7df639979f31.tar.gz
Printing: remove templates additional margins
Remove extra margins and paddings in templates. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printing_templates/Two Dives.html')
-rw-r--r--printing_templates/Two Dives.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html
index 66b5bf46d..eb68cd18d 100644
--- a/printing_templates/Two Dives.html
+++ b/printing_templates/Two Dives.html
@@ -25,10 +25,10 @@
}
.mainContainer {
- width: 96%;
+ width: 99%;
height: 50%;
- margin-left: 2%;
- margin-right: 2%;
+ margin-left: 0.5%;
+ margin-right: 0.5%;
margin-top: 0;
margin-bottom: 0;
overflow: hidden;
@@ -37,7 +37,6 @@
.innerContainer {
height: 85%;
- padding: 0.5%;
margin-top: 1%;
margin-bottom: 1%;
overflow: hidden;
@@ -45,8 +44,7 @@
.table_class {
overflow: hidden;
- max-width: 25%;
- min-width: 25%;
+ width: 25%;
margin: 0.5%;
float: left;
-webkit-box-sizing: border-box;
@@ -58,8 +56,7 @@
.notes_table_class {
overflow: hidden;
- max-width: 100%;
- min-width: 100%;
+ width: 99%;
margin: 0.5%;
float: left;
-webkit-box-sizing: border-box;
@@ -92,7 +89,7 @@
}
.diveDetails {
- width: 98.5%;
+ width: 100%;
float: left;
}