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 +32 -3 1.08.001.32.49 View file →
@@ -85,10 +85,10 @@
85 85 }
86 86
87 87 .et_pb_contact p select {
88 88 padding: 0 16px;
89 - height: 48px;
90 - line-height: 48px;
89 + height: 60px;
90 + line-height: 60px;
91 91 }
92 92
93 93 .et_pb_contact p textarea {
94 94 font-family: inherit;
@@ -352,9 +352,8 @@
352 352 .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
353 353 justify-content: space-between;
354 354 }
355 355
356 -
357 356 .clearfix:after {
358 357 display: block;
359 358 visibility: hidden;
360 359 clear: both;
@@ -360,5 +359,35 @@
360 359 clear: both;
361 360 height: 0;
362 361 font-size: 0;
363 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;
364 393 }