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