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>
This commit is contained in:
Gehad elrobey 2015-08-08 01:39:46 +02:00 committed by Lubomir I. Ivanov
parent 636c26feed
commit d72ba4f15a
5 changed files with 31 additions and 34 deletions

View file

@ -38,9 +38,9 @@
} }
.mainContainer { .mainContainer {
width: 96%; width: 100%;
margin-left: 2%; margin-left: 0%;
margin-right: 2%; margin-right: 0%;
margin-top: 0%; margin-top: 0%;
margin-bottom: 2%; margin-bottom: 2%;
overflow: hidden; overflow: hidden;
@ -49,13 +49,13 @@
} }
.innerContainer { .innerContainer {
width: 98%; width: 100%;
padding: 1%; padding: 0%;
overflow: hidden; overflow: hidden;
} }
.diveDetails { .diveDetails {
width: 98%; width: 100%;
float: left; float: left;
} }
@ -76,8 +76,8 @@
.table_class { .table_class {
float: left; float: left;
width: 49.25%;
margin: 0.5%; margin: 0.5%;
width: 49%;
} }
.notes_table_class { .notes_table_class {

View file

@ -38,10 +38,10 @@
} }
.mainContainer { .mainContainer {
width: 96%; width: 98%;
height: 100%; height: 100%;
margin-left: 2%; margin-left: 1%;
margin-right: 2%; margin-right: 1%;
margin-top: 0%; margin-top: 0%;
margin-bottom: 0%; margin-bottom: 0%;
overflow: hidden; overflow: hidden;
@ -50,28 +50,28 @@
} }
.innerContainer { .innerContainer {
width: 98%; width: 100%;
height: 98%; height: 100%;
padding: 1%; padding: 0%;
overflow: hidden; overflow: hidden;
} }
.diveDetails { .diveDetails {
width: 98%; width: 100%;
height: 98%; height: 98%;
float: left; float: left;
} }
.diveProfile { .diveProfile {
width: 96%; width: 99%;
height: 40%; height: 40%;
margin: 2%; margin: 0.5%;
} }
.dataSection { .dataSection {
width: 98%; width: 100%;
height: 40%; height: 40%;
margin: 1%; margin: 0%;
} }
.fieldTitle { .fieldTitle {

View file

@ -47,7 +47,7 @@
.innerContainer { .innerContainer {
height: 98%; height: 98%;
width: 98%; width: 98%;
padding: 0%; padding: 1%;
margin-top: 1%; margin-top: 1%;
margin-bottom: 1%; margin-bottom: 1%;
overflow: hidden; overflow: hidden;
@ -86,7 +86,7 @@
} }
.diveDetails { .diveDetails {
width: 98.5%; width: 100%;
float: left; float: left;
} }

View file

@ -28,10 +28,10 @@
} }
.mainContainer { .mainContainer {
width: 96%; width: 99%;
height: 100%; height: 100%;
margin-left: 2%; margin-left: 0.5%;
margin-right: 2%; margin-right: 0.5%;
margin-top: 0%; margin-top: 0%;
margin-bottom: 0%; margin-bottom: 0%;
overflow: hidden; overflow: hidden;
@ -41,8 +41,8 @@
.table_class { .table_class {
overflow: hidden; overflow: hidden;
width: 97%; width: 100%;
margin: 1.5%; margin: 0%;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
border:max(0.1vw, 1px); border:max(0.1vw, 1px);

View file

@ -25,10 +25,10 @@
} }
.mainContainer { .mainContainer {
width: 96%; width: 99%;
height: 50%; height: 50%;
margin-left: 2%; margin-left: 0.5%;
margin-right: 2%; margin-right: 0.5%;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
overflow: hidden; overflow: hidden;
@ -37,7 +37,6 @@
.innerContainer { .innerContainer {
height: 85%; height: 85%;
padding: 0.5%;
margin-top: 1%; margin-top: 1%;
margin-bottom: 1%; margin-bottom: 1%;
overflow: hidden; overflow: hidden;
@ -45,8 +44,7 @@
.table_class { .table_class {
overflow: hidden; overflow: hidden;
max-width: 25%; width: 25%;
min-width: 25%;
margin: 0.5%; margin: 0.5%;
float: left; float: left;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
@ -58,8 +56,7 @@
.notes_table_class { .notes_table_class {
overflow: hidden; overflow: hidden;
max-width: 100%; width: 99%;
min-width: 100%;
margin: 0.5%; margin: 0.5%;
float: left; float: left;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
@ -92,7 +89,7 @@
} }
.diveDetails { .diveDetails {
width: 98.5%; width: 100%;
float: left; float: left;
} }