| 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 |
} |