| 1 |
.e2pdf-dialog .visual-mapper label.frm_hidden, |
| 2 |
.e2pdf-dialog .visual-mapper legend.frm_screen_reader, |
| 3 |
.e2pdf-dialog .visual-mapper .frm_total_formatted { |
| 4 |
display: none; |
| 5 |
} |
| 6 |
|
| 7 |
.e2pdf-dialog .visual-mapper .frm_switch_block input { |
| 8 |
position: absolute; |
| 9 |
display: block !important; |
| 10 |
} |
| 11 |
|
| 12 |
.e2pdf-vm-content .frm_fields_container h3 { |
| 13 |
margin-top: 0; |
| 14 |
margin-bottom: 0; |
| 15 |
} |
| 16 |
|
| 17 |
.e2pdf-vm-content .frm_style_formidable-style.with_frm_style .frm_repeat_sec { |
| 18 |
margin-top: 0; |
| 19 |
margin-bottom: 0; |
| 20 |
} |
| 21 |
|
| 22 |
input[e2pdf-vm-hidden="true"] { |
| 23 |
margin-bottom: 10px!important; |
| 24 |
} |
| 25 |
|
| 26 |
.frm_style_formidable-style.with_frm_style input.frm_other_input:not(.frm_other_full) { |
| 27 |
width: 100%; |
| 28 |
} |
| 29 |
|
| 30 |
.frm_style_formidable-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full), .frm_style_formidable-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full) { |
| 31 |
margin-left: 0; |
| 32 |
} |
| 33 |
|
| 34 |
.e2pdf-vm-content .with_frm_style legend + h3, .with_frm_style h3.frm_form_title { |
| 35 |
line-height: normal; |
| 36 |
} |
| 37 |
|
| 38 |
.e2pdf-vm-content .frm_image_option label, |
| 39 |
.e2pdf-vm-content .frm_display_format_buttons label { |
| 40 |
position: relative; |
| 41 |
} |
| 42 |
|
| 43 |
.e2pdf-vm-content .frm_display_format_buttons .frm_radio input[type=radio], |
| 44 |
.e2pdf-vm-content .frm_display_format_buttons .frm_checkbox input[type=checkbox] { |
| 45 |
width: 100% !important; |
| 46 |
height: 100% !important; |
| 47 |
} |
| 48 |
|
| 49 |
.e2pdf-vm-content .frm_image_options .frm_radio input[type=radio], |
| 50 |
.e2pdf-vm-content .frm_image_options .frm_checkbox input[type=checkbox] { |
| 51 |
width: calc(100% - 20px) !important; |
| 52 |
height: 100% !important; |
| 53 |
} |