| 1 |
.e2pdf-vm-content .gform_wrapper { |
| 2 |
display: block !important; |
| 3 |
} |
| 4 |
|
| 5 |
.e2pdf-vm-content .gform_drop_area.e2pdf-vm-field-wrapper { |
| 6 |
width: 100%; |
| 7 |
} |
| 8 |
|
| 9 |
.e2pdf-vm-content .gform_wrapper .gfield_checkbox li label { |
| 10 |
margin: 2px 0 0 4px; |
| 11 |
} |
| 12 |
|
| 13 |
.e2pdf-vm-content .gform_wrapper .gfield_consent_label { |
| 14 |
display: inline; |
| 15 |
padding-left: 5px; |
| 16 |
} |
| 17 |
|
| 18 |
.e2pdf-vm-content .gform_wrapper .ginput_container_singleproduct input, |
| 19 |
.e2pdf-vm-content .gform_wrapper .ginput_container_product_calculation input { |
| 20 |
width: 33.3%; |
| 21 |
display: block; |
| 22 |
float: left; |
| 23 |
} |
| 24 |
|
| 25 |
.e2pdf-vm-content .ginput_container_singleproduct, |
| 26 |
.e2pdf-vm-content .ginput_container_product_calculation { |
| 27 |
display: inline-block; |
| 28 |
width: 100%; |
| 29 |
} |
| 30 |
|
| 31 |
.e2pdf-vm-content .ginput_container_singleproduct:after, |
| 32 |
.e2pdf-vm-content .ginput_container_product_calculation:after { |
| 33 |
clear: both; |
| 34 |
} |
| 35 |
|
| 36 |
.e2pdf-vm-content .gfield_signature_container input { |
| 37 |
width: 100%; |
| 38 |
height: 100%; |
| 39 |
} |
| 40 |
|
| 41 |
.e2pdf-vm-content .gfield_list_icons { |
| 42 |
text-align: center; |
| 43 |
} |
| 44 |
|
| 45 |
.e2pdf-vm-content .delete_list_item { |
| 46 |
display: none; |
| 47 |
} |
| 48 |
|
| 49 |
|
| 50 |
|