PluginProbe
E2Pdf – Export Pdf Tool for WordPress / trunk
E2Pdf – Export Pdf Tool for WordPress vtrunk
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 1.08.09 All 71 releases
e2pdf / css / extension / formidable.css

formidable.css in E2Pdf – Export Pdf Tool for WordPress trunk, at css/extension/formidable.css

53 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }