content.css
3 months ago
docs.css
2 months ago
header.css
3 months ago
our-dashboard.css
3 months ago
post-type-help-doc-imports.css
3 months ago
post-type-help-docs.css
3 months ago
post-types.css
3 months ago
pt-tax.css
3 months ago
taxonomies.css
3 months ago
pt-tax.css
24 lines
| 1 | /* Hide default title and "Add New" button */ |
| 2 | .wrap h1.wp-heading-inline, |
| 3 | .wrap .subtitle, |
| 4 | .wrap .page-title-action { |
| 5 | display: none; |
| 6 | } |
| 7 | |
| 8 | /* Adjust the main content area */ |
| 9 | #wpbody-content { |
| 10 | margin: 0 0 0 -20px !important; |
| 11 | } |
| 12 | |
| 13 | #wpbody-content .wrap { |
| 14 | padding: 60px 30px !important; |
| 15 | margin: 0 -20px 0 0px !important; |
| 16 | } |
| 17 | |
| 18 | #contextual-help-wrap, #screen-options-wrap { |
| 19 | padding: 8px 30px 20px !important; |
| 20 | } |
| 21 | |
| 22 | #screen-meta-links { |
| 23 | margin: 0 10px 0 0 !important; |
| 24 | } |