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/divi.css +36 -1 1.00.131.32.49 View file →
@@ -83,8 +83,14 @@
83 83 background-color: #eee;
84 84 font-size: 14px;
85 85 }
86 86
87 +.et_pb_contact p select {
88 + padding: 0 16px;
89 + height: 60px;
90 + line-height: 60px;
91 +}
92 +
87 93 .et_pb_contact p textarea {
88 94 font-family: inherit;
89 95 }
90 96
@@ -346,9 +352,8 @@
346 352 .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
347 353 justify-content: space-between;
348 354 }
349 355
350 -
351 356 .clearfix:after {
352 357 display: block;
353 358 visibility: hidden;
354 359 clear: both;
@@ -354,5 +359,35 @@
354 359 clear: both;
355 360 height: 0;
356 361 font-size: 0;
357 362 content: " ";
363 +}
364 +
365 +.et_pb_contact_form_container.et_flex_module .et_flex_module {
366 + margin-bottom: 20px;
367 +}
368 +
369 +.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox], .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio] {
370 + display: inline-block;
371 + width: 18px;
372 + height: 18px;
373 + margin-right: 6px;
374 +}
375 +
376 +.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox]+label, .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio]+label {
377 + display: inline;
378 +}
379 +
380 +.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox]+label i, .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio]+label i {
381 + display: none;
382 +}
383 +
384 +.et_flex_module .stars_wapper, .et_flex_module .canvas__container,
385 +.et_flex_module .et_pb_file_upload_button,
386 +.et_flex_module .et_pb_files_container
387 +{
388 + display: none;
389 +}
390 +
391 +.et_flex_module [data-type="signature-pad"] input {
392 + height: 150px;
358 393 }