8
0

added margin-bottom class

Dieser Commit ist enthalten in:
MaxBUhe 2020-06-08 08:45:47 +02:00
Ursprung bdec638f14
Commit c5ef48d2fc
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -1,5 +1,5 @@
[{block name="pdfHeading"}] [{block name="pdfHeading"}]
<table class="fontSize12 pdf_heading_table" cellspacing="0"> <table class="fontSize12 pdf_heading_table marginBottom15" cellspacing="0">
[{block name="heading_owner_information"}] [{block name="heading_owner_information"}]
<tr> <tr>
<td class="pdf_heading_width65"> <td class="pdf_heading_width65">

Datei anzeigen

@ -67,6 +67,9 @@ table{
width: 100%; width: 100%;
margin-top: 8mm; margin-top: 8mm;
} }
.marginBottom15{
margin-bottom: 15px;
}
.pdf_heading_width35{ .pdf_heading_width35{
width: 35%; width: 35%;
} }