mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: enhance templates layout
Make better use of extra spaces, and decrease the margin sizes. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
88c19adc78
commit
9c13e7a071
2 changed files with 10 additions and 11 deletions
|
@ -37,7 +37,7 @@
|
||||||
margin-left: 2%;
|
margin-left: 2%;
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
margin-top: 0%;
|
margin-top: 0%;
|
||||||
margin-bottom: 0%;
|
margin-bottom: 2%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
|
@ -60,8 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataSection {
|
.dataSection {
|
||||||
width: 98%;
|
width: 100%;
|
||||||
margin: 1%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fieldTitle {
|
.fieldTitle {
|
||||||
|
@ -76,14 +75,14 @@
|
||||||
|
|
||||||
.table_class {
|
.table_class {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 1%;
|
margin: 0.5%;
|
||||||
width: 48%;
|
width: 49%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notes_table_class {
|
.notes_table_class {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 98%;
|
width: 99%;
|
||||||
margin: 1%;
|
margin: 0.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textArea {
|
.textArea {
|
||||||
|
|
|
@ -86,14 +86,14 @@
|
||||||
|
|
||||||
.table_class {
|
.table_class {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 1%;
|
margin: 0.5%;
|
||||||
width: 48%;
|
width: 49%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notes_table_class {
|
.notes_table_class {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 98%;
|
width: 99%;
|
||||||
margin: 1%;
|
margin: 0.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textArea {
|
.textArea {
|
||||||
|
|
Loading…
Add table
Reference in a new issue