| 1 |
#convertkit-bulk-edit { |
| 2 |
display: none; |
| 3 |
} |
| 4 |
#convertkit-quick-edit { |
| 5 |
display: none; |
| 6 |
} |
| 7 |
|
| 8 |
.convertkit-bulk-quick-edit > div { |
| 9 |
display: grid; |
| 10 |
grid-template-columns: auto 36px; |
| 11 |
column-gap: 10px; |
| 12 |
align-items: end; |
| 13 |
margin: 0 0 5px 0; |
| 14 |
} |
| 15 |
.convertkit-bulk-quick-edit > div label { |
| 16 |
display: grid; |
| 17 |
grid-template-columns: 78px auto; |
| 18 |
margin: 0; |
| 19 |
} |
| 20 |
.convertkit-bulk-quick-edit > div label select { |
| 21 |
width: 100%; |
| 22 |
max-width: 100%; |
| 23 |
} |
| 24 |
.convertkit-bulk-quick-edit > div label span.title { |
| 25 |
background: url(../images/block-icon-form.png) 0% 50% no-repeat; |
| 26 |
background-size: 16px 16px; |
| 27 |
text-indent: 24px; |
| 28 |
} |
| 29 |
.convertkit-bulk-quick-edit > div button { |
| 30 |
width: 36px; |
| 31 |
height: 32px; |
| 32 |
} |
| 33 |
|
| 34 |
@media screen and (max-width: 782px) { |
| 35 |
.convertkit-bulk-quick-edit > div label { |
| 36 |
display: block; |
| 37 |
} |
| 38 |
.convertkit-bulk-quick-edit > div button { |
| 39 |
width: 40px; |
| 40 |
height: 40px; |
| 41 |
} |
| 42 |
} |
| 43 |
|