PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.0
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.0
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 / post.css

post.css in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 2.5.0, at resources/backend/css/post.css

27 lines 548 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Pre-publish actions
3 */
4 #convertkit-pre-publish-actions .misc-pub-section {
5 margin: 0;
6 padding-left: 36px;
7 background: url(../images/logomark-red.svg) 10px 6px no-repeat;
8 background-size: 18px 18px;
9 }
10 #convertkit-pre-publish-actions .misc-pub-section label {
11 font-weight: 700;
12 }
13
14 /**
15 * Post Metabox
16 */
17 @media screen and (max-width: 782px) {
18 /* Add spacing below label and input */
19 #wp-convertkit-meta-box table.form-table th {
20 padding-bottom: 0.5em;
21 }
22 #wp-convertkit-meta-box table.form-table td {
23 padding-bottom: 15px;
24 }
25
26 }
27