PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.4.7
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.4.7
3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 All 195 releases
convertkit / resources / backend / css / bulk-quick-edit.css

bulk-quick-edit.css in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 2.4.7, at resources/backend/css/bulk-quick-edit.css

54 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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.convertkit-icon-form {
25 background: url(../images/block-icon-form.svg) 0% 50% no-repeat;
26 background-size: 20px 20px;
27 text-indent: 24px;
28 }
29 .convertkit-bulk-quick-edit > div label span.title.convertkit-icon-tag {
30 background: url(../images/tag.svg) 0% 50% no-repeat;
31 background-size: 20px 20px;
32 text-indent: 24px;
33 }
34 .convertkit-bulk-quick-edit > div label span.title.convertkit-icon-restrict-content {
35 background: url(../images/members.svg) 0% 50% no-repeat;
36 background-size: 20px 20px;
37 text-indent: 24px;
38 }
39
40 .convertkit-bulk-quick-edit > div button {
41 width: 36px;
42 height: 32px;
43 }
44
45 @media screen and (max-width: 782px) {
46 .convertkit-bulk-quick-edit > div label {
47 display: block;
48 }
49 .convertkit-bulk-quick-edit > div button {
50 width: 40px;
51 height: 40px;
52 }
53 }
54