| @@ -1,12 +1,28 @@ | ||
| 1 | 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.svg) 10px 6px no-repeat; | |
| 8 | + background-size: 18px 18px; | |
| 9 | +} | |
| 10 | + | |
| 11 | +#convertkit-pre-publish-actions .misc-pub-section label { | |
| 12 | + font-weight: 700; | |
| 13 | +} | |
| 14 | + | |
| 15 | +/** | |
| 2 | 16 | * Post Metabox |
| 3 | 17 | */ |
| 4 | 18 | @media screen and (max-width: 782px) { |
| 19 | + | |
| 5 | 20 | /* Add spacing below label and input */ |
| 6 | 21 | #wp-convertkit-meta-box table.form-table th { |
| 7 | 22 | padding-bottom: 0.5em; |
| 8 | 23 | } |
| 24 | + | |
| 9 | 25 | #wp-convertkit-meta-box table.form-table td { |
| 10 | 26 | padding-bottom: 15px; |
| 11 | 27 | } |
| 12 | 28 | |