| @@ -1,49 +1,38 @@ | ||
| 1 | 1 | .e2pdf-vm-content .gform_wrapper { |
| 2 | - display: block !important; | |
| 3 | -} | |
| 4 | - | |
| 5 | -.e2pdf-vm-content .gform_drop_area.e2pdf-vm-field-wrapper { | |
| 6 | 2 | width: 100%; |
| 3 | + overflow-x: hidden; | |
| 7 | 4 | } |
| 8 | 5 | |
| 9 | -.e2pdf-vm-content .gform_wrapper .gfield_checkbox li label { | |
| 10 | - margin: 2px 0 0 4px; | |
| 6 | +.e2pdf-vm-content .gsurvey-likert { | |
| 7 | + border-spacing: 10px; | |
| 8 | + border-collapse: separate; | |
| 11 | 9 | } |
| 12 | 10 | |
| 13 | -.e2pdf-vm-content .gform_wrapper .gfield_consent_label { | |
| 14 | - display: inline; | |
| 15 | - padding-left: 5px; | |
| 11 | +.e2pdf-vm-content .gsurvey-likert { | |
| 12 | + width: 100%; | |
| 16 | 13 | } |
| 17 | 14 | |
| 18 | -.e2pdf-vm-content .gform_wrapper .ginput_container_singleproduct input, | |
| 19 | -.e2pdf-vm-content .gform_wrapper .ginput_container_product_calculation input { | |
| 20 | - width: 33.3%; | |
| 21 | - display: block; | |
| 22 | - float: left; | |
| 15 | +.e2pdf-vm-content .gsurvey-likert-choice, | |
| 16 | +.e2pdf-vm-content .gsurvey-likert-choice-label { | |
| 17 | + text-align: center; | |
| 23 | 18 | } |
| 24 | 19 | |
| 25 | -.e2pdf-vm-content .ginput_container_singleproduct, | |
| 26 | -.e2pdf-vm-content .ginput_container_product_calculation { | |
| 20 | +.e2pdf-vm-content .gsurvey-rating label { | |
| 27 | 21 | display: inline-block; |
| 28 | - width: 100%; | |
| 22 | + width: auto; | |
| 23 | + margin-right: 4px; | |
| 24 | + margin-left: 4px; | |
| 29 | 25 | } |
| 30 | 26 | |
| 31 | -.e2pdf-vm-content .ginput_container_singleproduct:after, | |
| 32 | -.e2pdf-vm-content .ginput_container_product_calculation:after { | |
| 33 | - clear: both; | |
| 27 | +.e2pdf-vm-content .gform_legacy_markup_wrapper .top_label div.ginput_container { | |
| 28 | + margin-top: 0; | |
| 34 | 29 | } |
| 35 | 30 | |
| 36 | -.e2pdf-vm-content .gfield_signature_container input { | |
| 37 | - width: 100%; | |
| 38 | - height: 100%; | |
| 31 | +.e2pdf-vm-content .gform_legacy_markup_wrapper .gfield_radio li label, | |
| 32 | +.e2pdf-vm-content .gform_legacy_markup_wrapper .gfield_checkbox li label { | |
| 33 | + margin: 6px 0 0 4px; | |
| 39 | 34 | } |
| 40 | 35 | |
| 41 | -.e2pdf-vm-content .gfield_list_icons { | |
| 42 | - text-align: center; | |
| 43 | -} | |
| 44 | - | |
| 45 | -.e2pdf-vm-content .delete_list_item { | |
| 46 | - display: none; | |
| 47 | -} | |
| 48 | - | |
| 49 | - | |
| 36 | +.e2pdf-vm-content .gform_legacy_markup_wrapper .gfield_list_group { | |
| 37 | + display: table-row; | |
| 38 | +} | |