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