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:
Gehad elrobey 2015-08-04 08:01:53 +02:00 committed by Lubomir I. Ivanov
parent 88c19adc78
commit 9c13e7a071
2 changed files with 10 additions and 11 deletions

View file

@ -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 {