PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.32.49
E2Pdf – Export Pdf Tool for WordPress v1.32.49
1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 1.08.06 All 72 releases
← All changes | css/extension/formidable.css +40 -1 1.08.001.32.49 View file →
@@ -1,9 +1,15 @@
1 1 .e2pdf-dialog .visual-mapper label.frm_hidden,
2 -.e2pdf-dialog .visual-mapper legend.frm_screen_reader {
2 +.e2pdf-dialog .visual-mapper legend.frm_screen_reader,
3 +.e2pdf-dialog .visual-mapper .frm_total_formatted {
3 4 display: none;
4 5 }
5 6
7 +.e2pdf-dialog .visual-mapper .frm_switch_block input {
8 + position: absolute;
9 + display: block !important;
10 +}
11 +
6 12 .e2pdf-vm-content .frm_fields_container h3 {
7 13 margin-top: 0;
8 14 margin-bottom: 0;
9 15 }
@@ -11,4 +17,37 @@
11 17 .e2pdf-vm-content .frm_style_formidable-style.with_frm_style .frm_repeat_sec {
12 18 margin-top: 0;
13 19 margin-bottom: 0;
14 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 +}