| 1 |
#pble-id .mb-right-column{ |
| 2 |
overflow: visible; |
| 3 |
} |
| 4 |
|
| 5 |
#pble-id .mb-list-entry-fields li{ |
| 6 |
overflow: visible; |
| 7 |
} |
| 8 |
|
| 9 |
#pble-id .description { |
| 10 |
overflow: hidden; |
| 11 |
max-width: 80%; |
| 12 |
padding-top: 5px; |
| 13 |
font-style: normal; |
| 14 |
} |
| 15 |
|
| 16 |
#pble-id .mb-textarea { |
| 17 |
width: 80%; |
| 18 |
max-width: 80%; |
| 19 |
height: 100px; |
| 20 |
} |
| 21 |
|
| 22 |
#container_pble thead .wppb-delete-all-fields { |
| 23 |
color: #333; |
| 24 |
text-decoration: underline; |
| 25 |
} |
| 26 |
|
| 27 |
#container_pble tbody .wck-delete { |
| 28 |
padding: 8px 16px; |
| 29 |
} |
| 30 |
|
| 31 |
#pble-id-side-impexp hr { |
| 32 |
display: block; |
| 33 |
position: relative; |
| 34 |
padding: 0; |
| 35 |
margin: 8px auto; |
| 36 |
height: 0; |
| 37 |
width: 100%; |
| 38 |
max-height: 0; |
| 39 |
font-size: 1px; |
| 40 |
line-height: 0; |
| 41 |
clear: both; |
| 42 |
border: none; |
| 43 |
border-top: 1px solid #d4d4d4; |
| 44 |
border-bottom: 1px solid #eeeeee; |
| 45 |
} |
| 46 |
|
| 47 |
#pble-id-side .inside, |
| 48 |
#pble-id-side-impexp .inside, |
| 49 |
#pble-id-side-info .inside { |
| 50 |
padding: 24px 12px; |
| 51 |
} |
| 52 |
|
| 53 |
#pble-id-side .cozmoslabs-form-field-wrapper:first-of-type, |
| 54 |
#pble-id-side-info .cozmoslabs-form-field-wrapper:first-of-type { |
| 55 |
margin-top: 0 !important; |
| 56 |
} |
| 57 |
|
| 58 |
.profile-builder_page_pb-labels-edit #normal-sortables { |
| 59 |
display: flex; |
| 60 |
flex-direction: column; |
| 61 |
} |
| 62 |
|
| 63 |
.profile-builder_page_pb-labels-edit #normal-sortables #pble-id { |
| 64 |
order: 4; |
| 65 |
} |
| 66 |
|
| 67 |
.profile-builder_page_pb-labels-edit #normal-sortables #pble-id-side { |
| 68 |
order: 1; |
| 69 |
} |
| 70 |
|
| 71 |
.profile-builder_page_pb-labels-edit #normal-sortables #pble-id-side-info { |
| 72 |
order: 3; |
| 73 |
} |
| 74 |
|
| 75 |
.profile-builder_page_pb-labels-edit #normal-sortables #pble-id-side-impexp { |
| 76 |
order: 2; |
| 77 |
} |